Html Css Color HEX #B9AF6D Dark Khaki

📋 copy color: '#B9AF6D'

red 185 ◦ green 175 ◦ blue 109

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

Shades of Dark Khaki #B9AF6D

Tints of Dark Khaki #B9AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.24%

R = 39.45%
G = 37.31%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B9AF6D (or 0xB9AF6D) is known color: Dark Khaki. HEX triplet: B9, AF and 6D. RGB value is (185,175,109). Sum of RGB (Red+Green+Blue) = 185+175+109=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF6D is #465092. Grayscale: #AAAAAA. Windows color (decimal): -4608147 or 7188409. OLE color: 7188409.

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

Color convert

RGB 185 175 109 -
CMYK 0 0.05 0.41 0.27
HSL 52.11º 0.35% 0.58% -
HSV(B) 52.11º 0.41% 0.73% -
XYZ 38.1 42.08 20.58 -
YUV 170.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 185 175 109 0 0.05 0.41 0.27 52.11 0.35 0.58
Hex B9 AF 6D 0 5 29 1B 34 23 3A
Octal 271 257 155 0 5 51 33 64 43 72
Binary 10111001 10101111 1101101 0 101 101001 11011 110100 100011 111010

Color Harmonies of #B9AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF6D

Black with #B9AF6D

Text Example


Text Example

White with #B9AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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