Color Hex Logo

#b4825b Color Hex

#B4825B
(180,130,91)
0 Favorites   0 Comments

Color spaces of #b4825b

RGB 18013091
HSL0.070.370.53
HSV26°49°71°
CMYK 0.000.280.49   0.29
XYZ28.693326.423913.4855
Yxy26.42390.41830.3852
Hunter Lab51.40429.679620.4286
CIE-Lab58.437214.566028.6469

#b4825b color RGB value is (180,130,91).

#b4825b hex color red value is 180, green value is 130 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #b4825b hue: 0.07 , saturation: 0.37 and the lightness value of b4825b is 0.53.

The process color (four color CMYK) of #b4825b color hex is 0.00, 0.28, 0.49, 0.29. Web safe color of #b4825b is #cc9966. Color #b4825b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 01011011
Octal 264 202 133
Decimal 180 130 91
Hex B4 82 5B

RGB Percentages of Color #b4825b

%44.89
%32.42
%22.69

CMYK Percentages of Color #b4825b

%0
%28
%49
%29

Triadic Colors of #b4825b

#b4825b #5bb482 #825bb4

Analogous Colors of #b4825b

#b4825b #b4af5b #b45b60

Monochromatic Colors of #b4825b

#b4825b

Complementary Color

#b4825b #5b8db4

#b4825b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4825b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4825b Color CSS Codes

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

#b4825b Text Font Color

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

This sample text font color is #b4825b
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.


#b4825b Background Color

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

This div background color is #b4825b


#b4825b Border Color

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

This div border color is #b4825b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4825b


Comments

No comments written yet.

Please login to write comment.