Html Css Color HEX #BFAE6E Dark Khaki

📋 copy color: '#BFAE6E'

red 191 ◦ green 174 ◦ blue 110

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

Shades of Dark Khaki #BFAE6E

Tints of Dark Khaki #BFAE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.16%

R = 40.21%
G = 36.63%
B = 23.16%

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

#BFAE6E (or 0xBFAE6E) is known color: Dark Khaki. HEX triplet: BF, AE and 6E. RGB value is (191,174,110). Sum of RGB (Red+Green+Blue) = 191+174+110=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAE6E is #405191. Grayscale: #ACACAC. Windows color (decimal): -4215186 or 7253695. OLE color: 7253695.

HSL color Cylindrical-coordinate representation of color #BFAE6E: hue angle of 47.41º degrees, saturation: 0.39, 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 #BFAE6E is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 174 110 -
CMYK 0 0.09 0.42 0.25
HSL 47.41º 0.39% 0.59% -
HSV(B) 47.41º 0.42% 0.75% -
XYZ 39.44 42.47 20.87 -
YUV 171.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 191 174 110 0 0.09 0.42 0.25 47.41 0.39 0.59
Hex BF AE 6E 0 9 2A 19 2F 27 3B
Octal 277 256 156 0 11 52 31 57 47 73
Binary 10111111 10101110 1101110 0 1001 101010 11001 101111 100111 111011

Color Harmonies of #BFAE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAE6E

Black with #BFAE6E

Text Example


Text Example

White with #BFAE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAE6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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