#BB557E

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

Shades of Royal Heath #BB557E

Tints of Royal Heath #BB557E

Color information

#BB557E (or 0xBB557E) is unknown color: approx Royal Heath. HEX triplet: BB, 55 and 7E. RGB value is (187,85,126). Sum of RGB (Red+Green+Blue) = 187+85+126=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB557E is #44AA81. Grayscale: #787878. Windows color (decimal): -4500098 or 8279483. OLE color: 8279483.

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

Color convert

RGB18785126-
CMYK00.550.330.27
HSL335.88º42.86%53.33%-
HSV(B)335.88º54.55%73.33%-
XYZ27.5118.5721.87-
YUV120.17131.29175.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 126 (49.61% from 255) = 31.66%
R=46.98%
G=21.36%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878512600.550.330.27335.8842.8653.33
HexBB557E037211B1502b35
Octal27312517606741335205365
Binary1011101110101011111110011011110000111011101010000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB557E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB557E; }

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

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

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

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

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

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

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

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