#B9B56F

Color #B9B56F Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B9B56F

Tints of Dark Khaki #B9B56F

Color information

#B9B56F (or 0xB9B56F) is unknown color: approx Dark Khaki. HEX triplet: B9, B5 and 6F. RGB value is (185,181,111). Sum of RGB (Red+Green+Blue) = 185+181+111=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B56F is #464A90. Grayscale: #AEAEAE. Windows color (decimal): -4606609 or 7321017. OLE color: 7321017.

HSL color Cylindrical-coordinate representation of color #B9B56F: hue angle of 56.76º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9B56F is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185181111-
CMYK00.020.40.27
HSL56.76º34.58%58.04%-
HSV(B)56.76º40%72.55%-
XYZ39.444.5121.55-
YUV174.2292.33135.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=38.78%
G=37.95%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518111100.020.40.2756.7634.5858.04
HexB9B56F02281B39233a
Octal271265157025033714372
Binary1011100110110101110111101010100011011111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B56F; }

 p { color: rgb(185,181,111); }

 H1.HeaderClassName
 {
   color: #B9B56F;
 }
 .AnyTagClassName
 {
   color: #B9B56F;
 }
</style>
background-color css

<style>
 a { background-color: #B9B56F; }

 a { background-color: rgb(185,181,111); }

 div.DivClassName
 {
   background-color: #B9B56F;
 }
 .BgClassName
 {
   background-color: #B9B56F;
 }
</style>
border-color css

<style>
 span { border-color: #B9B56F; }

 span { border-color: rgb(185,181,111); }

 td.TdClassName
 {
   border-color: #B9B56F;
 }
 .TagClassName
 {
   border-color: #B9B56F;
 }
</style>