Html Css Color HEX #B9AF6B Dark Khaki

📋 copy color: '#B9AF6B'

red 185 ◦ green 175 ◦ blue 107

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

Shades of Dark Khaki #B9AF6B

Tints of Dark Khaki #B9AF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.91%

R = 39.61%
G = 37.47%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B9AF6B (or 0xB9AF6B) is known color: Dark Khaki. HEX triplet: B9, AF and 6B. RGB value is (185,175,107). Sum of RGB (Red+Green+Blue) = 185+175+107=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 107 (42.19% from 255 or 22.91% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF6B is #465094. Grayscale: #AAAAAA. Windows color (decimal): -4608149 or 7057337. OLE color: 7057337.

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

Color convert

RGB 185 175 107 -
CMYK 0 0.05 0.42 0.27
HSL 52.31º 0.36% 0.57% -
HSV(B) 52.31º 0.42% 0.73% -
XYZ 37.99 42.04 20.02 -
YUV 170.24 92.31 138.53 -
System Red Green Blue C M Y K H S L
Decimal 185 175 107 0 0.05 0.42 0.27 52.31 0.36 0.57
Hex B9 AF 6B 0 5 2A 1B 34 24 39
Octal 271 257 153 0 5 52 33 64 44 71
Binary 10111001 10101111 1101011 0 101 101010 11011 110100 100100 111001

Color Harmonies of #B9AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF6B

Black with #B9AF6B

Text Example


Text Example

White with #B9AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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