#BF8268

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

Shades of Burning Sand #BF8268

Tints of Burning Sand #BF8268

Color information

#BF8268 (or 0xBF8268) is unknown color: approx Burning Sand. HEX triplet: BF, 82 and 68. RGB value is (191,130,104). Sum of RGB (Red+Green+Blue) = 191+130+104=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8268 is #407D97. Grayscale: #919191. Windows color (decimal): -4226456 or 6849215. OLE color: 6849215.

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

Color convert

RGB191130104-
CMYK00.320.460.25
HSL17.93º40.47%57.84%-
HSV(B)17.93º45.55%74.9%-
XYZ31.9728.0416.82-
YUV145.27104.71160.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=44.94%
G=30.59%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113010400.320.460.2517.9340.4757.84
HexBF82680202E1912283a
Octal2772021500405631225072
Binary1011111110000010110100001000001011101100110010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8268; }

 p { color: rgb(191,130,104); }

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

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

 a { background-color: rgb(191,130,104); }

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

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

 span { border-color: rgb(191,130,104); }

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