Html Css Color HEX #BFAF71 Dark Khaki

📋 copy color: '#BFAF71'

red 191 ◦ green 175 ◦ blue 113

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

Shades of Dark Khaki #BFAF71

Tints of Dark Khaki #BFAF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 39.87%
G = 36.53%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BFAF71 (or 0xBFAF71) is known color: Dark Khaki. HEX triplet: BF, AF and 71. RGB value is (191,175,113). Sum of RGB (Red+Green+Blue) = 191+175+113=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF71 is #40508E. Grayscale: #ACACAC. Windows color (decimal): -4214927 or 7450559. OLE color: 7450559.

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

Color convert

RGB 191 175 113 -
CMYK 0 0.08 0.41 0.25
HSL 47.69º 0.38% 0.6% -
HSV(B) 47.69º 0.41% 0.75% -
XYZ 39.8 42.93 21.81 -
YUV 172.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 191 175 113 0 0.08 0.41 0.25 47.69 0.38 0.6
Hex BF AF 71 0 8 29 19 30 26 3C
Octal 277 257 161 0 10 51 31 60 46 74
Binary 10111111 10101111 1110001 0 1000 101001 11001 110000 100110 111100

Color Harmonies of #BFAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF71

Black with #BFAF71

Text Example


Text Example

White with #BFAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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