Html Css Color HEX #BFAE70 Dark Khaki

📋 copy color: '#BFAE70'

red 191 ◦ green 174 ◦ blue 112

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

Shades of Dark Khaki #BFAE70

Tints of Dark Khaki #BFAE70

RGB

 RED value IS 191 (75% from 255) = 40.04%

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

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

R = 40.04%
G = 36.48%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFAE70 (or 0xBFAE70) is known color: Dark Khaki. HEX triplet: BF, AE and 70. RGB value is (191,174,112). Sum of RGB (Red+Green+Blue) = 191+174+112=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE70 is #40518F. Grayscale: #ACACAC. Windows color (decimal): -4215184 or 7384767. OLE color: 7384767.

HSL color Cylindrical-coordinate representation of color #BFAE70: hue angle of 47.09º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFAE70 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 112 -
CMYK 0 0.09 0.41 0.25
HSL 47.09º 0.38% 0.59% -
HSV(B) 47.09º 0.41% 0.75% -
XYZ 39.55 42.52 21.45 -
YUV 172.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 191 174 112 0 0.09 0.41 0.25 47.09 0.38 0.59
Hex BF AE 70 0 9 29 19 2F 26 3B
Octal 277 256 160 0 11 51 31 57 46 73
Binary 10111111 10101110 1110000 0 1001 101001 11001 101111 100110 111011

Color Harmonies of #BFAE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE70

Black with #BFAE70

Text Example


Text Example

White with #BFAE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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