#BB597A

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

Shades of Royal Heath #BB597A

Tints of Royal Heath #BB597A

Color information

#BB597A (or 0xBB597A) is unknown color: approx Royal Heath. HEX triplet: BB, 59 and 7A. RGB value is (187,89,122). Sum of RGB (Red+Green+Blue) = 187+89+122=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB597A is #44A685. Grayscale: #7A7A7A. Windows color (decimal): -4499078 or 8018363. OLE color: 8018363.

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

Color convert

RGB18789122-
CMYK00.520.350.27
HSL339.8º41.88%54.12%-
HSV(B)339.8º52.41%73.33%-
XYZ27.5819.1120.65-
YUV122.06127.97174.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=46.98%
G=22.36%
B=30.65%

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
Decimal1878912200.520.350.27339.841.8854.12
HexBB597A034231B1542a36
Octal27313117206443335245266
Binary1011101110110011111010011010010001111011101010100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB597A; }

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

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

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

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

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

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

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

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