Color Hex Logo

#b88425 Color Hex

#B88425
(184,132,37)
0 Favorites   0 Comments

Color spaces of #b88425

RGB 18413237
HSL0.110.670.43
HSV39°80°72°
CMYK 0.000.280.80   0.28
XYZ28.352426.82645.4340
Yxy26.82640.46780.4426
Hunter Lab51.79427.071930.0355
CIE-Lab58.813311.611555.3536

#b88425 color RGB value is (184,132,37).

#b88425 hex color red value is 184, green value is 132 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b88425 hue: 0.11 , saturation: 0.67 and the lightness value of b88425 is 0.43.

The process color (four color CMYK) of #b88425 color hex is 0.00, 0.28, 0.80, 0.28. Web safe color of #b88425 is #cc9933. Color #b88425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000100 00100101
Octal 270 204 45
Decimal 184 132 37
Hex B8 84 25

RGB Percentages of Color #b88425

%52.12
%37.39
%10.48

CMYK Percentages of Color #b88425

%0
%28
%80
%28

Triadic Colors of #b88425

#b88425 #25b884 #8425b8

Analogous Colors of #b88425

#b88425 #a3b825 #b83b25

Monochromatic Colors of #b88425

#b88425

Complementary Color

#b88425 #2559b8

#b88425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88425 Color CSS Codes

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

#b88425 Text Font Color

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

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


#b88425 Background Color

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

This div background color is #b88425


#b88425 Border Color

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

This div border color is #b88425


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,132,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b88425; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b88425;
  -webkit-box-shadow: 1px 1px 3px 2px #b88425;
  box-shadow:         1px 1px 3px 2px #b88425; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,132,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88425


Comments

No comments written yet.

Please login to write comment.