#BB6455

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

Shades of Sunglo #BB6455

Tints of Sunglo #BB6455

Color information

#BB6455 (or 0xBB6455) is unknown color: approx Sunglo. HEX triplet: BB, 64 and 55. RGB value is (187,100,85). Sum of RGB (Red+Green+Blue) = 187+100+85=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 85 (33.59% from 255 or 22.85% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6455 is #449BAA. Grayscale: #7C7C7C. Windows color (decimal): -4496299 or 5596347. OLE color: 5596347.

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

Color convert

RGB18710085-
CMYK00.470.550.27
HSL8.82º42.86%53.33%-
HSV(B)8.82º54.55%73.33%-
XYZ26.6920.3411.11-
YUV124.3105.82172.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 85 (33.59% from 255) = 22.85%
R=50.27%
G=26.88%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871008500.470.550.278.8242.8653.33
HexBB645502F371B92b35
Octal2731441250576733115365
Binary10111011110010010101010101111110111110111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6455; }

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

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

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

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

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

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

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

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