#BF8360

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

Shades of Burning Sand #BF8360

Tints of Burning Sand #BF8360

Color information

#BF8360 (or 0xBF8360) is unknown color: approx Burning Sand. HEX triplet: BF, 83 and 60. RGB value is (191,131,96). Sum of RGB (Red+Green+Blue) = 191+131+96=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8360 is #407C9F. Grayscale: #919191. Windows color (decimal): -4226208 or 6325183. OLE color: 6325183.

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

Color convert

RGB19113196-
CMYK00.310.500.25
HSL22.11º42.6%56.27%-
HSV(B)22.11º49.74%74.9%-
XYZ31.7128.1514.83-
YUV144.95100.38160.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 131 (51.56% from 255) = 31.34%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=45.69%
G=31.34%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911319600.310.500.2522.1142.656.27
HexBF836001F3219162b38
Octal2772031400376231265370
Binary101111111000001111000000111111100101100110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8360; }

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

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

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

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

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

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

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

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