#BFBA70

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

Shades of Dark Khaki #BFBA70

Tints of Dark Khaki #BFBA70

Color information

#BFBA70 (or 0xBFBA70) is unknown color: approx Dark Khaki. HEX triplet: BF, BA and 70. RGB value is (191,186,112). Sum of RGB (Red+Green+Blue) = 191+186+112=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA70 is #40458F. Grayscale: #B3B3B3. Windows color (decimal): -4212112 or 7387839. OLE color: 7387839.

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

Color convert

RGB191186112-
CMYK00.030.410.25
HSL56.2º38.16%59.41%-
HSV(B)56.2º41.36%74.9%-
XYZ41.9747.3622.26-
YUV179.0690.16136.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 112 (44.14% from 255) = 22.90%
R=39.06%
G=38.04%
B=22.90%

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
Decimal19118611200.030.410.2556.238.1659.41
HexBFBA7003291938263b
Octal277272160035131704673
Binary1011111110111010111000001110100111001111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA70; }

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

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

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

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

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

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

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

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