#B9B475

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

Shades of Dark Khaki #B9B475

Tints of Dark Khaki #B9B475

Color information

#B9B475 (or 0xB9B475) is unknown color: approx Dark Khaki. HEX triplet: B9, B4 and 75. RGB value is (185,180,117). Sum of RGB (Red+Green+Blue) = 185+180+117=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B475 is #464B8A. Grayscale: #AEAEAE. Windows color (decimal): -4606859 or 7713977. OLE color: 7713977.

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

Color convert

RGB185180117-
CMYK00.030.370.27
HSL55.59º32.69%59.22%-
HSV(B)55.59º36.76%72.55%-
XYZ39.5444.2423.29-
YUV174.3195.66135.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=38.38%
G=37.34%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518011700.030.370.2755.5932.6959.22
HexB9B47503251B38213b
Octal271264165034533704173
Binary1011100110110100111010101110010111011111000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B475; }

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

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

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

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

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

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

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

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