#BB5A7B

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

Shades of Royal Heath #BB5A7B

Tints of Royal Heath #BB5A7B

Color information

#BB5A7B (or 0xBB5A7B) is unknown color: approx Royal Heath. HEX triplet: BB, 5A and 7B. RGB value is (187,90,123). Sum of RGB (Red+Green+Blue) = 187+90+123=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A7B is #44A584. Grayscale: #7A7A7A. Windows color (decimal): -4498821 or 8084155. OLE color: 8084155.

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

Color convert

RGB18790123-
CMYK00.520.340.27
HSL339.59º41.63%54.31%-
HSV(B)339.59º51.87%73.33%-
XYZ27.7219.3121-
YUV122.76128.14173.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 123 (48.44% from 255) = 30.75%
R=46.75%
G=22.5%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879012300.520.340.27339.5941.6354.31
HexBB5A7B034221B1542a36
Octal27313217306442335245266
Binary1011101110110101111011011010010001011011101010100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A7B; }

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

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

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

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

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

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

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

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