#BB7F66

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

Shades of Burning Sand #BB7F66

Tints of Burning Sand #BB7F66

Color information

#BB7F66 (or 0xBB7F66) is unknown color: approx Burning Sand. HEX triplet: BB, 7F and 66. RGB value is (187,127,102). Sum of RGB (Red+Green+Blue) = 187+127+102=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7F66 is #448099. Grayscale: #8E8E8E. Windows color (decimal): -4489370 or 6717371. OLE color: 6717371.

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

Color convert

RGB187127102-
CMYK00.320.450.27
HSL17.65º38.46%56.67%-
HSV(B)17.65º45.45%73.33%-
XYZ30.4826.716.12-
YUV142.09105.38160.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 127 (50% from 255) = 30.53%
BLUE value IS 102 (40.23% from 255) = 24.52%
R=44.95%
G=30.53%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712710200.320.450.2717.6538.4656.67
HexBB7F660202D1B122639
Octal2731771460405533224671
Binary101110111111111110011001000001011011101110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F66; }

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

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

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

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

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

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

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

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