Color Hex Logo

#b99432 Color Hex

#B99432
(185,148,50)
0 Favorites   0 Comments

Color spaces of #b99432

RGB 18514850
HSL0.120.570.46
HSV44°73°73°
CMYK 0.000.200.73   0.27
XYZ31.173231.72447.4980
Yxy31.72440.44280.4507
Hunter Lab56.32440.224531.5343
CIE-Lab63.11443.803054.4273

#b99432 color RGB value is (185,148,50).

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

The process color (four color CMYK) of #b99432 color hex is 0.00, 0.20, 0.73, 0.27. Web safe color of #b99432 is #cc9933. Color #b99432 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10010100 00110010
Octal 271 224 62
Decimal 185 148 50
Hex B9 94 32

RGB Percentages of Color #b99432

%48.30
%38.64
%13.05

CMYK Percentages of Color #b99432

%0
%20
%73
%27

Triadic Colors of #b99432

#b99432 #32b994 #9432b9

Analogous Colors of #b99432

#b99432 #9bb932 #b95132

Monochromatic Colors of #b99432

#b99432

Complementary Color

#b99432 #3257b9

#b99432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99432 Color CSS Codes

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

#b99432 Text Font Color

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

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


#b99432 Background Color

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

This div background color is #b99432


#b99432 Border Color

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

This div border color is #b99432


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,148,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 #b99432">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99432


Comments

No comments written yet.

Please login to write comment.