#BB7E66

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

Shades of Burning Sand #BB7E66

Tints of Burning Sand #BB7E66

Color information

#BB7E66 (or 0xBB7E66) is unknown color: approx Burning Sand. HEX triplet: BB, 7E and 66. RGB value is (187,126,102). Sum of RGB (Red+Green+Blue) = 187+126+102=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7E66 is #448199. Grayscale: #8D8D8D. Windows color (decimal): -4489626 or 6717115. OLE color: 6717115.

HSL color Cylindrical-coordinate representation of color #BB7E66: hue angle of 16.94º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB7E66 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB187126102-
CMYK00.330.450.27
HSL16.94º38.46%56.67%-
HSV(B)16.94º45.45%73.33%-
XYZ30.3526.4516.08-
YUV141.5105.71160.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=45.06%
G=30.36%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712610200.330.450.2716.9438.4656.67
HexBB7E660212D1B112639
Octal2731761460415533214671
Binary101110111111110110011001000011011011101110001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E66; }

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

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

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

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

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

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

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

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