#B9B46F

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

Shades of Dark Khaki #B9B46F

Tints of Dark Khaki #B9B46F

Color information

#B9B46F (or 0xB9B46F) is unknown color: approx Dark Khaki. HEX triplet: B9, B4 and 6F. RGB value is (185,180,111). Sum of RGB (Red+Green+Blue) = 185+180+111=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B46F is #464B90. Grayscale: #ADADAD. Windows color (decimal): -4606865 or 7320761. OLE color: 7320761.

HSL color Cylindrical-coordinate representation of color #B9B46F: hue angle of 55.95º 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 #B9B46F is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB185180111-
CMYK00.030.40.27
HSL55.95º34.58%58.04%-
HSV(B)55.95º40%72.55%-
XYZ39.244.121.49-
YUV173.6392.66136.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 180 (70.70% from 255) = 37.82%
BLUE value IS 111 (43.75% from 255) = 23.32%
R=38.87%
G=37.82%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518011100.030.40.2755.9534.5858.04
HexB9B46F03281B38233a
Octal271264157035033704372
Binary1011100110110100110111101110100011011111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B46F; }

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

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

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

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

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

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

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

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