#BB6056

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

Shades of Sunglo #BB6056

Tints of Sunglo #BB6056

Color information

#BB6056 (or 0xBB6056) is unknown color: approx Sunglo. HEX triplet: BB, 60 and 56. RGB value is (187,96,86). Sum of RGB (Red+Green+Blue) = 187+96+86=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6056 is #449FA9. Grayscale: #7A7A7A. Windows color (decimal): -4497322 or 5660859. OLE color: 5660859.

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

Color convert

RGB1879686-
CMYK00.490.540.27
HSL5.94º42.62%53.53%-
HSV(B)5.94º54.01%73.33%-
XYZ26.3619.611.2-
YUV122.07107.65174.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=50.68%
G=26.02%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187968600.490.540.275.9442.6253.53
HexBB6056031361B62b36
Octal273140126061663365366
Binary1011101111000001010110011000111011011011110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6056; }

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

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

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

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

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

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

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

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