#BF8660

Color #BF8660 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BF8660

Tints of Burning Sand #BF8660

Color information

#BF8660 (or 0xBF8660) is unknown color: approx Burning Sand. HEX triplet: BF, 86 and 60. RGB value is (191,134,96). Sum of RGB (Red+Green+Blue) = 191+134+96=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8660 is #40799F. Grayscale: #929292. Windows color (decimal): -4225440 or 6325951. OLE color: 6325951.

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

Color convert

RGB19113496-
CMYK00.300.500.25
HSL24º42.6%56.27%-
HSV(B)24º49.74%74.9%-
XYZ32.1228.9714.97-
YUV146.7199.38159.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 96 (37.89% from 255) = 22.80%
R=45.37%
G=31.83%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911349600.300.500.252442.656.27
HexBF866001E3219182b38
Octal2772061400366231305370
Binary101111111000011011000000111101100101100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8660; }

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

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

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

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

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

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

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

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