#BF8561

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

Shades of Burning Sand #BF8561

Tints of Burning Sand #BF8561

Color information

#BF8561 (or 0xBF8561) is unknown color: approx Burning Sand. HEX triplet: BF, 85 and 61. RGB value is (191,133,97). Sum of RGB (Red+Green+Blue) = 191+133+97=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8561 is #407A9E. Grayscale: #929292. Windows color (decimal): -4225695 or 6391231. OLE color: 6391231.

HSL color Cylindrical-coordinate representation of color #BF8561: hue angle of 22.98º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF8561 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19113397-
CMYK00.300.490.25
HSL22.98º42.34%56.47%-
HSV(B)22.98º49.21%74.9%-
XYZ32.0328.7115.16-
YUV146.24100.22159.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=45.37%
G=31.59%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911339700.300.490.2522.9842.3456.47
HexBF856101E3119172a38
Octal2772051410366131275270
Binary101111111000010111000010111101100011100110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8561; }

 p { color: rgb(191,133,97); }

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

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

 a { background-color: rgb(191,133,97); }

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

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

 span { border-color: rgb(191,133,97); }

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