Html Css Color HEX #B9B06A Dark Khaki

📋 copy color: '#B9B06A'

red 185 ◦ green 176 ◦ blue 106

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

Shades of Dark Khaki #B9B06A

Tints of Dark Khaki #B9B06A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.69%

 BLUE value IS 106 (41.8% from 255) = 22.7%

R = 39.61%
G = 37.69%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B9B06A (or 0xB9B06A) is known color: Dark Khaki. HEX triplet: B9, B0 and 6A. RGB value is (185,176,106). Sum of RGB (Red+Green+Blue) = 185+176+106=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B06A is #464F95. Grayscale: #AAAAAA. Windows color (decimal): -4607894 or 6992057. OLE color: 6992057.

HSL color Cylindrical-coordinate representation of color #B9B06A: hue angle of 53.16º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B9B06A is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 176 106 -
CMYK 0 0.05 0.43 0.27
HSL 53.16º 0.36% 0.57% -
HSV(B) 53.16º 0.43% 0.73% -
XYZ 38.13 42.41 19.81 -
YUV 170.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 185 176 106 0 0.05 0.43 0.27 53.16 0.36 0.57
Hex B9 B0 6A 0 5 2B 1B 35 24 39
Octal 271 260 152 0 5 53 33 65 44 71
Binary 10111001 10110000 1101010 0 101 101011 11011 110101 100100 111001

Color Harmonies of #B9B06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B06A

Black with #B9B06A

Text Example


Text Example

White with #B9B06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B06A; }

 p { color: rgb(185,176,106); }

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

background-color css

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

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

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

border-color css

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

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

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