#BF7E66

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

Shades of Burning Sand #BF7E66

Tints of Burning Sand #BF7E66

Color information

#BF7E66 (or 0xBF7E66) is unknown color: approx Burning Sand. HEX triplet: BF, 7E and 66. RGB value is (191,126,102). Sum of RGB (Red+Green+Blue) = 191+126+102=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 126 (49.61% from 255 or 30.07% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E66 is #408199. Grayscale: #8E8E8E. Windows color (decimal): -4227482 or 6717119. OLE color: 6717119.

HSL color Cylindrical-coordinate representation of color #BF7E66: hue angle of 16.18º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF7E66 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB191126102-
CMYK00.340.470.25
HSL16.18º41.01%57.45%-
HSV(B)16.18º46.6%74.9%-
XYZ31.3426.9616.12-
YUV142.7105.03162.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 126 (49.61% from 255) = 30.07%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=45.58%
G=30.07%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112610200.340.470.2516.1841.0157.45
HexBF7E660222F19102939
Octal2771761460425731205171
Binary101111111111110110011001000101011111100110000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E66; }

 p { color: rgb(191,126,102); }

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

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

 a { background-color: rgb(191,126,102); }

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

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

 span { border-color: rgb(191,126,102); }

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