#BB555B

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

Shades of Mandy #BB555B

Tints of Mandy #BB555B

Color information

#BB555B (or 0xBB555B) is unknown color: approx Mandy. HEX triplet: BB, 55 and 5B. RGB value is (187,85,91). Sum of RGB (Red+Green+Blue) = 187+85+91=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB555B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB555B is #44AAA4. Grayscale: #747474. Windows color (decimal): -4500133 or 5985723. OLE color: 5985723.

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

Color convert

RGB1878591-
CMYK00.550.510.27
HSL356.47º42.86%53.33%-
HSV(B)356.47º54.55%73.33%-
XYZ25.6317.8211.99-
YUV116.18113.79178.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=51.52%
G=23.42%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187859100.550.510.27356.4742.8653.33
HexBB555B037331B1642b35
Octal27312513306763335445365
Binary1011101110101011011011011011111001111011101100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB555B; }

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

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

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

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

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

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

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

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