Html Css Color HEX #BFAF6E Dark Khaki

📋 copy color: '#BFAF6E'

red 191 ◦ green 175 ◦ blue 110

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

Shades of Dark Khaki #BFAF6E

Tints of Dark Khaki #BFAF6E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

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

R = 40.13%
G = 36.76%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BFAF6E (or 0xBFAF6E) is known color: Dark Khaki. HEX triplet: BF, AF and 6E. RGB value is (191,175,110). Sum of RGB (Red+Green+Blue) = 191+175+110=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF6E is #405091. Grayscale: #ACACAC. Windows color (decimal): -4214930 or 7253951. OLE color: 7253951.

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

Color convert

RGB 191 175 110 -
CMYK 0 0.08 0.42 0.25
HSL 48.15º 0.39% 0.59% -
HSV(B) 48.15º 0.42% 0.75% -
XYZ 39.63 42.86 20.94 -
YUV 172.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 191 175 110 0 0.08 0.42 0.25 48.15 0.39 0.59
Hex BF AF 6E 0 8 2A 19 30 27 3B
Octal 277 257 156 0 10 52 31 60 47 73
Binary 10111111 10101111 1101110 0 1000 101010 11001 110000 100111 111011

Color Harmonies of #BFAF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF6E

Black with #BFAF6E

Text Example


Text Example

White with #BFAF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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