#BF7C66

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

Shades of Burning Sand #BF7C66

Tints of Burning Sand #BF7C66

Color information

#BF7C66 (or 0xBF7C66) is unknown color: approx Burning Sand. HEX triplet: BF, 7C and 66. RGB value is (191,124,102). Sum of RGB (Red+Green+Blue) = 191+124+102=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C66 is #408399. Grayscale: #8D8D8D. Windows color (decimal): -4227994 or 6716607. OLE color: 6716607.

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

Color convert

RGB191124102-
CMYK00.350.470.25
HSL14.83º41.01%57.45%-
HSV(B)14.83º46.6%74.9%-
XYZ31.0926.4516.04-
YUV141.52105.7163.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 124 (48.83% from 255) = 29.74%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=45.80%
G=29.74%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112410200.350.470.2514.8341.0157.45
HexBF7C660232F19f2939
Octal2771741460435731175171
Binary10111111111110011001100100011101111110011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C66; }

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

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

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

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

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

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

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

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