#BB5A7A

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

Shades of Royal Heath #BB5A7A

Tints of Royal Heath #BB5A7A

Color information

#BB5A7A (or 0xBB5A7A) is unknown color: approx Royal Heath. HEX triplet: BB, 5A and 7A. RGB value is (187,90,122). Sum of RGB (Red+Green+Blue) = 187+90+122=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A7A is #44A585. Grayscale: #7A7A7A. Windows color (decimal): -4498822 or 8018619. OLE color: 8018619.

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

Color convert

RGB18790122-
CMYK00.520.350.27
HSL340.21º41.63%54.31%-
HSV(B)340.21º51.87%73.33%-
XYZ27.6619.2820.68-
YUV122.65127.64173.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=46.87%
G=22.56%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879012200.520.350.27340.2141.6354.31
HexBB5A7A034231B1542a36
Octal27313217206443335245266
Binary1011101110110101111010011010010001111011101010100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A7A; }

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

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

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

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

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

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

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

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