#BB6055

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

Shades of Sunglo #BB6055

Tints of Sunglo #BB6055

Color information

#BB6055 (or 0xBB6055) is unknown color: approx Sunglo. HEX triplet: BB, 60 and 55. RGB value is (187,96,85). Sum of RGB (Red+Green+Blue) = 187+96+85=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6055 is #449FAA. Grayscale: #7A7A7A. Windows color (decimal): -4497323 or 5595323. OLE color: 5595323.

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

Color convert

RGB1879685-
CMYK00.490.550.27
HSL6.47º42.86%53.33%-
HSV(B)6.47º54.55%73.33%-
XYZ26.3219.5910.99-
YUV121.95107.15174.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=50.82%
G=26.09%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187968500.490.550.276.4742.8653.33
HexBB6055031371B62b35
Octal273140125061673365365
Binary1011101111000001010101011000111011111011110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6055; }

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

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

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

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

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

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

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

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