#B9B365

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

Shades of Dark Khaki #B9B365

Tints of Dark Khaki #B9B365

Color information

#B9B365 (or 0xB9B365) is unknown color: approx Dark Khaki. HEX triplet: B9, B3 and 65. RGB value is (185,179,101). Sum of RGB (Red+Green+Blue) = 185+179+101=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B365 is #464C9A. Grayscale: #ACACAC. Windows color (decimal): -4607131 or 6665145. OLE color: 6665145.

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

Color convert

RGB185179101-
CMYK00.030.450.27
HSL55.71º37.5%56.08%-
HSV(B)55.71º45.41%72.55%-
XYZ38.4843.4918.68-
YUV171.987.99137.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=39.78%
G=38.49%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517910100.030.450.2755.7137.556.08
HexB9B365032D1B382638
Octal271263145035533704670
Binary1011100110110011110010101110110111011111000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B365; }

 p { color: rgb(185,179,101); }

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

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

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

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

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

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

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