color codes Logo

#b4530f color codes

#B4530F
(180,83,15)
0 Favorites   0 Comments

Color spaces of #b4530f

RGB 1808315
HSL0.070.850.38
HSV25°92°71°
CMYK 0.000.540.92   0.29
XYZ22.001915.92432.3660
Yxy15.92430.54610.3952
Hunter Lab39.905328.582424.4184
CIE-Lab46.875035.990952.5948

#b4530f color RGB value is (180,83,15).

#b4530f hex color red value is 180, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b4530f hue: 0.07 , saturation: 0.85 and the lightness value of b4530f is 0.38.

The process color (four color CMYK) of #b4530f color code is 0.00, 0.54, 0.92, 0.29. Web safe color of #b4530f is #cc6600. Color #b4530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010011 00001111
Octal 264 123 17
Decimal 180 83 15
Hex B4 53 F

RGB Percentages of Color #b4530f

%64.75
%29.86
%5.40

CMYK Percentages of Color #b4530f

%0
%54
%92
%29

Triadic Colors of #b4530f

#b4530f #0fb453 #530fb4

Analogous Colors of #b4530f

#b4530f #b4a60f #b40f1d

Monochromatic Colors of #b4530f

#b4530f

Complementary Color

#b4530f #0f70b4

#b4530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4530f Color CSS Codes

.mybgcolor {background-color:#b4530f; } 
.myforecolor {color:#b4530f; }
.mybordercolor {border:3px solid #b4530f; }

#b4530f Text Font Color

<p style="color:#b4530f">Text here</p>

This sample text font color is #b4530f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b4530f Background Color

<div style="background-color:#b4530f">
Div content here</div>

This div background color is #b4530f


#b4530f Border Color

<div style="border:3px solid #b4530f">
Div here</div>

This div border color is #b4530f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,83,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b4530f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b4530f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4530f;
  box-shadow:         1px 1px 3px 2px #b4530f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,83,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b4530f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b4530f;
  -webkit-box-shadow: 1px 1px 3px 2px #b4530f;
  box-shadow:         1px 1px 3px 2px #b4530f;">
Div content here</div>

This div box has shadow with color #b4530f


Comments

No comments written yet.

Please login to write comment.