#BFB970

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

Shades of Dark Khaki #BFB970

Tints of Dark Khaki #BFB970

Color information

#BFB970 (or 0xBFB970) is unknown color: approx Dark Khaki. HEX triplet: BF, B9 and 70. RGB value is (191,185,112). Sum of RGB (Red+Green+Blue) = 191+185+112=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB970 is #40468F. Grayscale: #B2B2B2. Windows color (decimal): -4212368 or 7387583. OLE color: 7387583.

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

Color convert

RGB191185112-
CMYK00.030.410.25
HSL55.44º38.16%59.41%-
HSV(B)55.44º41.36%74.9%-
XYZ41.7646.9422.19-
YUV178.4790.49136.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 112 (44.14% from 255) = 22.95%
R=39.14%
G=37.91%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118511200.030.410.2555.4438.1659.41
HexBFB97003291937263b
Octal277271160035131674673
Binary1011111110111001111000001110100111001110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB970; }

 p { color: rgb(191,185,112); }

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

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

 a { background-color: rgb(191,185,112); }

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

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

 span { border-color: rgb(191,185,112); }

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