#BB557B

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

Shades of Royal Heath #BB557B

Tints of Royal Heath #BB557B

Color information

#BB557B (or 0xBB557B) is unknown color: approx Royal Heath. HEX triplet: BB, 55 and 7B. RGB value is (187,85,123). Sum of RGB (Red+Green+Blue) = 187+85+123=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB557B is #44AA84. Grayscale: #777777. Windows color (decimal): -4500101 or 8082875. OLE color: 8082875.

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

Color convert

RGB18785123-
CMYK00.550.340.27
HSL337.65º42.86%53.33%-
HSV(B)337.65º54.55%73.33%-
XYZ27.3218.4920.87-
YUV119.83129.79175.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 85 (33.59% from 255) = 21.52%
BLUE value IS 123 (48.44% from 255) = 31.14%
R=47.34%
G=21.52%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878512300.550.340.27337.6542.8653.33
HexBB557B037221B1522b35
Octal27312517306742335225365
Binary1011101110101011111011011011110001011011101010010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB557B; }

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

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

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

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

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

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

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

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