#BB5A82

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

Shades of Royal Heath #BB5A82

Tints of Royal Heath #BB5A82

Color information

#BB5A82 (or 0xBB5A82) is unknown color: approx Royal Heath. HEX triplet: BB, 5A and 82. RGB value is (187,90,130). Sum of RGB (Red+Green+Blue) = 187+90+130=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 130 (51.17% from 255 or 31.94% from 407); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A82 is #44A57D. Grayscale: #7B7B7B. Windows color (decimal): -4498814 or 8542907. OLE color: 8542907.

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

Color convert

RGB18790130-
CMYK00.520.300.27
HSL335.26º41.63%54.31%-
HSV(B)335.26º51.87%73.33%-
XYZ28.1819.4923.4-
YUV123.56131.64173.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.95%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 130 (51.17% from 255) = 31.94%
R=45.95%
G=22.11%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879013000.520.300.27335.2641.6354.31
HexBB5A820341E1B14f2a36
Octal27313220206436335175266
Binary1011101110110101000001001101001111011011101001111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A82; }

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

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

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

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

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

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

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

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