Html Css Color HEX #B9B564 Dark Khaki

📋 copy color: '#B9B564'

red 185 ◦ green 181 ◦ blue 100

#B9B564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #B9B564

Tints of Dark Khaki #B9B564

RGB

 RED value IS 185 (72.66% from 255) = 39.7%

 GREEN value IS 181 (71.09% from 255) = 38.84%

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 39.7%
G = 38.84%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B9B564 (or 0xB9B564) is known color: Dark Khaki. HEX triplet: B9, B5 and 64. RGB value is (185,181,100). Sum of RGB (Red+Green+Blue) = 185+181+100=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B564 is #464A9B. Grayscale: #ADADAD. Windows color (decimal): -4606620 or 6600121. OLE color: 6600121.

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

Color convert

RGB 185 181 100 -
CMYK 0 0.02 0.46 0.27
HSL 57.18º 0.38% 0.56% -
HSV(B) 57.18º 0.46% 0.73% -
XYZ 38.83 44.28 18.56 -
YUV 172.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 185 181 100 0 0.02 0.46 0.27 57.18 0.38 0.56
Hex B9 B5 64 0 2 2E 1B 39 26 38
Octal 271 265 144 0 2 56 33 71 46 70
Binary 10111001 10110101 1100100 0 10 101110 11011 111001 100110 111000

Color Harmonies of #B9B564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B564

Black with #B9B564

Text Example


Text Example

White with #B9B564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B564; }

 p { color: rgb(185,181,100); }

 H1.HeaderClassName
 {
   color: #B9B564;
 }
 .AnyTagClassName
 {
   color: #B9B564;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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