#bb5a7e

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

Shades of Royal Heath #BB5A7E

Tints of Royal Heath #BB5A7E

Color information

#BB5A7E (or 0xBB5A7E) is unknown color: approx Royal Heath. HEX triplet: BB, 5A and 7E. RGB value is (187,90,126). Sum of RGB (Red+Green+Blue) = 187+90+126=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A7E is #44A581. Grayscale: #7B7B7B. Windows color (decimal): -4498818 or 8280763. OLE color: 8280763.

HSL color Cylindrical-coordinate representation of color #BB5A7E: hue angle of 337.73º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5A7E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18790126-
CMYK00.520.330.27
HSL337.73º41.63%54.31%-
HSV(B)337.73º51.87%73.33%-
XYZ27.9219.3822.01-
YUV123.11129.64173.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.40%
GREEN value IS 90 (35.55% from 255) = 22.33%
BLUE value IS 126 (49.61% from 255) = 31.27%
R=46.40%
G=22.33%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879012600.520.330.27337.7341.6354.31
HexBB5A7E034211B1522a36
Octal27313217606441335225266
Binary1011101110110101111110011010010000111011101010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5a7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5a7e; }

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

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

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

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

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

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

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

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