Html Css Color HEX #B9AE70 Dark Khaki

📋 copy color: '#B9AE70'

red 185 ◦ green 174 ◦ blue 112

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

Shades of Dark Khaki #B9AE70

Tints of Dark Khaki #B9AE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.78%

R = 39.28%
G = 36.94%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B9AE70 (or 0xB9AE70) is known color: Dark Khaki. HEX triplet: B9, AE and 70. RGB value is (185,174,112). Sum of RGB (Red+Green+Blue) = 185+174+112=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AE70 is #46518F. Grayscale: #AAAAAA. Windows color (decimal): -4608400 or 7384761. OLE color: 7384761.

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

Color convert

RGB 185 174 112 -
CMYK 0 0.06 0.39 0.27
HSL 50.96º 0.34% 0.58% -
HSV(B) 50.96º 0.39% 0.73% -
XYZ 38.07 41.76 21.38 -
YUV 170.22 95.14 138.54 -
System Red Green Blue C M Y K H S L
Decimal 185 174 112 0 0.06 0.39 0.27 50.96 0.34 0.58
Hex B9 AE 70 0 6 27 1B 33 22 3A
Octal 271 256 160 0 6 47 33 63 42 72
Binary 10111001 10101110 1110000 0 110 100111 11011 110011 100010 111010

Color Harmonies of #B9AE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AE70

Black with #B9AE70

Text Example


Text Example

White with #B9AE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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