Html Css Color HEX #BFAE6F Dark Khaki

📋 copy color: '#BFAE6F'

red 191 ◦ green 174 ◦ blue 111

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

Shades of Dark Khaki #BFAE6F

Tints of Dark Khaki #BFAE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.32%

R = 40.13%
G = 36.55%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFAE6F (or 0xBFAE6F) is known color: Dark Khaki. HEX triplet: BF, AE and 6F. RGB value is (191,174,111). Sum of RGB (Red+Green+Blue) = 191+174+111=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE6F is #405190. Grayscale: #ACACAC. Windows color (decimal): -4215185 or 7319231. OLE color: 7319231.

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

Color convert

RGB 191 174 111 -
CMYK 0 0.09 0.42 0.25
HSL 47.25º 0.38% 0.59% -
HSV(B) 47.25º 0.42% 0.75% -
XYZ 39.49 42.5 21.16 -
YUV 171.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 191 174 111 0 0.09 0.42 0.25 47.25 0.38 0.59
Hex BF AE 6F 0 9 2A 19 2F 26 3B
Octal 277 256 157 0 11 52 31 57 46 73
Binary 10111111 10101110 1101111 0 1001 101010 11001 101111 100110 111011

Color Harmonies of #BFAE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE6F

Black with #BFAE6F

Text Example


Text Example

White with #BFAE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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