#BB6659

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

Shades of Sunglo #BB6659

Tints of Sunglo #BB6659

Color information

#BB6659 (or 0xBB6659) is unknown color: approx Sunglo. HEX triplet: BB, 66 and 59. RGB value is (187,102,89). Sum of RGB (Red+Green+Blue) = 187+102+89=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6659 is #4499A6. Grayscale: #7E7E7E. Windows color (decimal): -4495783 or 5859003. OLE color: 5859003.

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

Color convert

RGB18710289-
CMYK00.450.520.27
HSL7.96º41.88%54.12%-
HSV(B)7.96º52.41%73.33%-
XYZ27.0520.7912.04-
YUV125.93107.16171.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 89 (35.16% from 255) = 23.54%
R=49.47%
G=26.98%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871028900.450.520.277.9641.8854.12
HexBB665902D341B82a36
Octal2731461310556433105266
Binary10111011110011010110010101101110100110111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6659; }

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

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

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

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

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

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

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

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