#bb6656

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

Shades of Sunglo #BB6656

Tints of Sunglo #BB6656

Color information

#BB6656 (or 0xBB6656) is unknown color: approx Sunglo. HEX triplet: BB, 66 and 56. RGB value is (187,102,86). Sum of RGB (Red+Green+Blue) = 187+102+86=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6656 is #4499A9. Grayscale: #7D7D7D. Windows color (decimal): -4495786 or 5662395. OLE color: 5662395.

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

Color convert

RGB18710286-
CMYK00.450.540.27
HSL9.5º42.62%53.53%-
HSV(B)9.5º54.01%73.33%-
XYZ26.9220.7411.39-
YUV125.59105.66171.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 86 (33.98% from 255) = 22.93%
R=49.87%
G=27.2%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871028600.450.540.279.542.6253.53
HexBB665602D361Ba2b36
Octal2731461260556633125366
Binary10111011110011010101100101101110110110111010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6656; }

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

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

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

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

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

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

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

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