#BFB96E

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

Shades of Dark Khaki #BFB96E

Tints of Dark Khaki #BFB96E

Color information

#BFB96E (or 0xBFB96E) is unknown color: approx Dark Khaki. HEX triplet: BF, B9 and 6E. RGB value is (191,185,110). Sum of RGB (Red+Green+Blue) = 191+185+110=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB96E is #404691. Grayscale: #B2B2B2. Windows color (decimal): -4212370 or 7256511. OLE color: 7256511.

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

Color convert

RGB191185110-
CMYK00.030.420.25
HSL55.56º38.76%59.02%-
HSV(B)55.56º42.41%74.9%-
XYZ41.6546.921.61-
YUV178.2489.49137.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=39.30%
G=38.07%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118511000.030.420.2555.5638.7659.02
HexBFB96E032A1938273b
Octal277271156035231704773
Binary1011111110111001110111001110101011001111000100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB96E; }

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

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

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

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

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

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

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

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