#BFB96B

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

Shades of Dark Khaki #BFB96B

Tints of Dark Khaki #BFB96B

Color information

#BFB96B (or 0xBFB96B) is unknown color: approx Dark Khaki. HEX triplet: BF, B9 and 6B. RGB value is (191,185,107). Sum of RGB (Red+Green+Blue) = 191+185+107=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB96B is #404694. Grayscale: #B2B2B2. Windows color (decimal): -4212373 or 7059903. OLE color: 7059903.

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

Color convert

RGB191185107-
CMYK00.030.440.25
HSL55.71º39.62%58.43%-
HSV(B)55.71º43.98%74.9%-
XYZ41.4946.8420.76-
YUV177.987.99137.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=39.54%
G=38.30%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19118510700.030.440.2555.7139.6258.43
HexBFB96B032C1938283a
Octal277271153035431705072
Binary1011111110111001110101101110110011001111000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB96B; }

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

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

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

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

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

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

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

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