Html Css Color HEX #B9AD6F Dark Khaki

📋 copy color: '#B9AD6F'

red 185 ◦ green 173 ◦ blue 111

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

Shades of Dark Khaki #B9AD6F

Tints of Dark Khaki #B9AD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.89%

 BLUE value IS 111 (43.75% from 255) = 23.67%

R = 39.45%
G = 36.89%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9AD6F (or 0xB9AD6F) is known color: Dark Khaki. HEX triplet: B9, AD and 6F. RGB value is (185,173,111). Sum of RGB (Red+Green+Blue) = 185+173+111=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AD6F is #465290. Grayscale: #A9A9A9. Windows color (decimal): -4608657 or 7318969. OLE color: 7318969.

HSL color Cylindrical-coordinate representation of color #B9AD6F: hue angle of 50.27º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9AD6F is Cyan = 0, Magento = 0.06, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 111 -
CMYK 0 0.06 0.4 0.27
HSL 50.27º 0.35% 0.58% -
HSV(B) 50.27º 0.4% 0.73% -
XYZ 37.82 41.35 21.03 -
YUV 169.52 94.98 139.04 -
System Red Green Blue C M Y K H S L
Decimal 185 173 111 0 0.06 0.4 0.27 50.27 0.35 0.58
Hex B9 AD 6F 0 6 28 1B 32 23 3A
Octal 271 255 157 0 6 50 33 62 43 72
Binary 10111001 10101101 1101111 0 110 101000 11011 110010 100011 111010

Color Harmonies of #B9AD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD6F

Black with #B9AD6F

Text Example


Text Example

White with #B9AD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD6F; }

 p { color: rgb(185,173,111); }

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

background-color css

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

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

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

border-color css

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

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

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