#BF8569

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

Shades of Burning Sand #BF8569

Tints of Burning Sand #BF8569

Color information

#BF8569 (or 0xBF8569) is unknown color: approx Burning Sand. HEX triplet: BF, 85 and 69. RGB value is (191,133,105). Sum of RGB (Red+Green+Blue) = 191+133+105=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 105 (41.41% from 255 or 24.48% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8569 is #407A96. Grayscale: #939393. Windows color (decimal): -4225687 or 6915519. OLE color: 6915519.

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

Color convert

RGB191133105-
CMYK00.300.450.25
HSL19.53º40.19%58.04%-
HSV(B)19.53º45.03%74.9%-
XYZ32.4228.8717.23-
YUV147.15104.22159.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 105 (41.41% from 255) = 24.48%
R=44.52%
G=31.00%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113310500.300.450.2519.5340.1958.04
HexBF856901E2D1914283a
Octal2772051510365531245072
Binary101111111000010111010010111101011011100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8569; }

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

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

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

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

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

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

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

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