#BFBC71

Color #BFBC71 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BFBC71

Tints of Dark Khaki #BFBC71

Color information

#BFBC71 (or 0xBFBC71) is unknown color: approx Dark Khaki. HEX triplet: BF, BC and 71. RGB value is (191,188,113). Sum of RGB (Red+Green+Blue) = 191+188+113=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC71 is #40438E. Grayscale: #B4B4B4. Windows color (decimal): -4211599 or 7453887. OLE color: 7453887.

HSL color Cylindrical-coordinate representation of color #BFBC71: hue angle of 57.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 #BFBC71 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191188113-
CMYK00.020.410.25
HSL57.69º37.86%59.61%-
HSV(B)57.69º40.84%74.9%-
XYZ42.4548.2422.7-
YUV180.3589.99135.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=38.82%
G=38.21%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118811300.020.410.2557.6937.8659.61
HexBFBC710229193a263c
Octal277274161025131724674
Binary1011111110111100111000101010100111001111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBC71; }

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

 H1.HeaderClassName
 {
   color: #BFBC71;
 }
 .AnyTagClassName
 {
   color: #BFBC71;
 }
</style>
background-color css

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

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

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

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

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

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