Html Css Color HEX #B9AE74 Dark Khaki

📋 copy color: '#B9AE74'

red 185 ◦ green 174 ◦ blue 116

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

Shades of Dark Khaki #B9AE74

Tints of Dark Khaki #B9AE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.63%

 BLUE value IS 116 (45.7% from 255) = 24.42%

R = 38.95%
G = 36.63%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B9AE74 (or 0xB9AE74) is known color: Dark Khaki. HEX triplet: B9, AE and 74. RGB value is (185,174,116). Sum of RGB (Red+Green+Blue) = 185+174+116=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE74 is #46518B. Grayscale: #AAAAAA. Windows color (decimal): -4608396 or 7646905. OLE color: 7646905.

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

Color convert

RGB 185 174 116 -
CMYK 0 0.06 0.37 0.27
HSL 50.43º 0.33% 0.59% -
HSV(B) 50.43º 0.37% 0.73% -
XYZ 38.3 41.85 22.58 -
YUV 170.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 185 174 116 0 0.06 0.37 0.27 50.43 0.33 0.59
Hex B9 AE 74 0 6 25 1B 32 21 3B
Octal 271 256 164 0 6 45 33 62 41 73
Binary 10111001 10101110 1110100 0 110 100101 11011 110010 100001 111011

Color Harmonies of #B9AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AE74

Black with #B9AE74

Text Example


Text Example

White with #B9AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AE74; }

 p { color: rgb(185,174,116); }

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

background-color css

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

 a { background-color: rgb(185,174,116); }

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

border-color css

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

 span { border-color: rgb(185,174,116); }

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