Color Hex Logo

#b89f32 Color Hex

#B89F32
(184,159,50)
0 Favorites   0 Comments

Color spaces of #b89f32

RGB 18415950
HSL0.140.570.46
HSV49°73°72°
CMYK 0.000.140.73   0.28
XYZ32.741035.21698.0895
Yxy35.21690.43050.4631
Hunter Lab59.3438-5.370233.4585
CIE-Lab65.9172-2.591557.1582

#b89f32 color RGB value is (184,159,50).

#b89f32 hex color red value is 184, green value is 159 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #b89f32 hue: 0.14 , saturation: 0.57 and the lightness value of b89f32 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011111 00110010
Octal 270 237 62
Decimal 184 159 50
Hex B8 9F 32

RGB Percentages of Color #b89f32

%46.82
%40.46
%12.72

CMYK Percentages of Color #b89f32

%0
%14
%73
%28

Triadic Colors of #b89f32

#b89f32 #32b89f #9f32b8

Analogous Colors of #b89f32

#b89f32 #8eb832 #b85c32

Monochromatic Colors of #b89f32

#b89f32

Complementary Color

#b89f32 #324bb8

#b89f32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89f32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89f32 Color CSS Codes

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

#b89f32 Text Font Color

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

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


#b89f32 Background Color

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

This div background color is #b89f32


#b89f32 Border Color

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

This div border color is #b89f32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89f32


Comments

No comments written yet.

Please login to write comment.