#B9B972

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

Shades of Dark Khaki #B9B972

Tints of Dark Khaki #B9B972

Color information

#B9B972 (or 0xB9B972) is unknown color: approx Dark Khaki. HEX triplet: B9, B9 and 72. RGB value is (185,185,114). Sum of RGB (Red+Green+Blue) = 185+185+114=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B972 is #46468D. Grayscale: #B1B1B1. Windows color (decimal): -4605582 or 7518649. OLE color: 7518649.

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

Color convert

RGB185185114-
CMYK000.380.27
HSL60º33.65%58.63%-
HSV(B)60º38.38%72.55%-
XYZ40.3946.2322.71-
YUV176.9192.5133.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.22%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=38.22%
G=38.22%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185185114000.380.276033.6558.63
HexB9B97200261B3c223b
Octal271271162004633744273
Binary101110011011100111100100010011011011111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B972; }

 p { color: rgb(185,185,114); }

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

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

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

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

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

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

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