#BF8969

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

Shades of Burning Sand #BF8969

Tints of Burning Sand #BF8969

Color information

#BF8969 (or 0xBF8969) is unknown color: approx Burning Sand. HEX triplet: BF, 89 and 69. RGB value is (191,137,105). Sum of RGB (Red+Green+Blue) = 191+137+105=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8969 is #407696. Grayscale: #959595. Windows color (decimal): -4224663 or 6916543. OLE color: 6916543.

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

Color convert

RGB191137105-
CMYK00.280.450.25
HSL22.33º40.19%58.04%-
HSV(B)22.33º45.03%74.9%-
XYZ32.9829.9917.41-
YUV149.5102.89157.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 105 (41.41% from 255) = 24.25%
R=44.11%
G=31.64%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113710500.280.450.2522.3340.1958.04
HexBF896901C2D1916283a
Octal2772111510345531265072
Binary101111111000100111010010111001011011100110110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8969; }

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

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

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

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

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

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

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

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