#BFB96A

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

Shades of Dark Khaki #BFB96A

Tints of Dark Khaki #BFB96A

Color information

#BFB96A (or 0xBFB96A) is unknown color: approx Dark Khaki. HEX triplet: BF, B9 and 6A. RGB value is (191,185,106). Sum of RGB (Red+Green+Blue) = 191+185+106=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB96A is #404695. Grayscale: #B2B2B2. Windows color (decimal): -4212374 or 6994367. OLE color: 6994367.

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

Color convert

RGB191185106-
CMYK00.030.450.25
HSL55.76º39.91%58.24%-
HSV(B)55.76º44.5%74.9%-
XYZ41.4446.8120.49-
YUV177.7987.49137.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=39.63%
G=38.38%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118510600.030.450.2555.7639.9158.24
HexBFB96A032D1938283a
Octal277271152035531705072
Binary1011111110111001110101001110110111001111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB96A; }

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

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

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

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

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

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

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

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