#BFB860

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

Shades of Dark Khaki #BFB860

Tints of Dark Khaki #BFB860

Color information

#BFB860 (or 0xBFB860) is unknown color: approx Dark Khaki. HEX triplet: BF, B8 and 60. RGB value is (191,184,96). Sum of RGB (Red+Green+Blue) = 191+184+96=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB860 is #40479F. Grayscale: #B0B0B0. Windows color (decimal): -4212640 or 6338751. OLE color: 6338751.

HSL color Cylindrical-coordinate representation of color #BFB860: hue angle of 55.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BFB860 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19118496-
CMYK00.040.500.25
HSL55.58º42.6%56.27%-
HSV(B)55.58º49.74%74.9%-
XYZ40.7446.217.84-
YUV176.0682.82138.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=40.55%
G=39.07%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911849600.040.500.2555.5842.656.27
HexBFB860043219382b38
Octal277270140046231705370
Binary10111111101110001100000010011001011001111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFB860; }

 p { color: rgb(191,184,96); }

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

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

 a { background-color: rgb(191,184,96); }

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

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

 span { border-color: rgb(191,184,96); }

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