Color Hex Logo

#b9a468 Color Hex

#B9A468
(185,164,104)
0 Favorites   0 Comments

Color spaces of #b9a468

RGB 185164104
HSL0.120.370.57
HSV44°44°73°
CMYK 0.000.110.44   0.27
XYZ35.781737.864718.5194
Yxy37.86470.38820.4108
Hunter Lab61.5343-3.888725.2301
CIE-Lab67.9208-0.696733.8793

#b9a468 color RGB value is (185,164,104).

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

The process color (four color CMYK) of #b9a468 color hex is 0.00, 0.11, 0.44, 0.27. Web safe color of #b9a468 is #cc9966. Color #b9a468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10100100 01101000
Octal 271 244 150
Decimal 185 164 104
Hex B9 A4 68

RGB Percentages of Color #b9a468

%40.84
%36.20
%22.96

CMYK Percentages of Color #b9a468

%0
%11
%44
%27

Triadic Colors of #b9a468

#b9a468 #68b9a4 #a468b9

Analogous Colors of #b9a468

#b9a468 #a6b968 #b97c68

Monochromatic Colors of #b9a468

#b9a468

Complementary Color

#b9a468 #687db9

#b9a468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9a468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9a468 Color CSS Codes

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

#b9a468 Text Font Color

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

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


#b9a468 Background Color

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

This div background color is #b9a468


#b9a468 Border Color

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

This div border color is #b9a468


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,164,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9a468


Comments

No comments written yet.

Please login to write comment.