Html Css Color HEX #B9AF6F Dark Khaki

📋 copy color: '#B9AF6F'

red 185 ◦ green 175 ◦ blue 111

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

Shades of Dark Khaki #B9AF6F

Tints of Dark Khaki #B9AF6F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.15%

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

R = 39.28%
G = 37.15%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.4

 K value IS 0.27

RGB Variations

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

Color information

#B9AF6F (or 0xB9AF6F) is known color: Dark Khaki. HEX triplet: B9, AF and 6F. RGB value is (185,175,111). Sum of RGB (Red+Green+Blue) = 185+175+111=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF6F is #465090. Grayscale: #AAAAAA. Windows color (decimal): -4608145 or 7319481. OLE color: 7319481.

HSL color Cylindrical-coordinate representation of color #B9AF6F: hue angle of 51.89º 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 #B9AF6F is Cyan = 0, Magento = 0.05, Yellow = 0.4 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 111 -
CMYK 0 0.05 0.4 0.27
HSL 51.89º 0.35% 0.58% -
HSV(B) 51.89º 0.4% 0.73% -
XYZ 38.21 42.12 21.16 -
YUV 170.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 185 175 111 0 0.05 0.4 0.27 51.89 0.35 0.58
Hex B9 AF 6F 0 5 28 1B 34 23 3A
Octal 271 257 157 0 5 50 33 64 43 72
Binary 10111001 10101111 1101111 0 101 101000 11011 110100 100011 111010

Color Harmonies of #B9AF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF6F

Black with #B9AF6F

Text Example


Text Example

White with #B9AF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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