#bb6255

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

Shades of Sunglo #BB6255

Tints of Sunglo #BB6255

Color information

#BB6255 (or 0xBB6255) is unknown color: approx Sunglo. HEX triplet: BB, 62 and 55. RGB value is (187,98,85). Sum of RGB (Red+Green+Blue) = 187+98+85=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6255 is #449DAA. Grayscale: #7B7B7B. Windows color (decimal): -4496811 or 5595835. OLE color: 5595835.

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

Color convert

RGB1879885-
CMYK00.480.550.27
HSL7.65º42.86%53.33%-
HSV(B)7.65º54.55%73.33%-
XYZ26.519.9611.05-
YUV123.13106.49173.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.54%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 85 (33.59% from 255) = 22.97%
R=50.54%
G=26.49%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187988500.480.550.277.6542.8653.33
HexBB6255030371B82b35
Octal2731421250606733105365
Binary10111011110001010101010110000110111110111000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb6255; }

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

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

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

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

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

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

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

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