#B9B47B

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

Shades of Dark Khaki #B9B47B

Tints of Dark Khaki #B9B47B

Color information

#B9B47B (or 0xB9B47B) is unknown color: approx Dark Khaki. HEX triplet: B9, B4 and 7B. RGB value is (185,180,123). Sum of RGB (Red+Green+Blue) = 185+180+123=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B47B is #464B84. Grayscale: #AFAFAF. Windows color (decimal): -4606853 or 8107193. OLE color: 8107193.

HSL color Cylindrical-coordinate representation of color #B9B47B: hue angle of 55.16º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9B47B is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB185180123-
CMYK00.030.340.27
HSL55.16º30.69%60.39%-
HSV(B)55.16º33.51%72.55%-
XYZ39.944.3925.2-
YUV17598.66135.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 180 (70.70% from 255) = 36.89%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=37.91%
G=36.89%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518012300.030.340.2755.1630.6960.39
HexB9B47B03221B371f3c
Octal271264173034233673774
Binary101110011011010011110110111000101101111011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B47B; }

 p { color: rgb(185,180,123); }

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

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

 a { background-color: rgb(185,180,123); }

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

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

 span { border-color: rgb(185,180,123); }

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