#BB597D

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

Shades of Royal Heath #BB597D

Tints of Royal Heath #BB597D

Color information

#BB597D (or 0xBB597D) is unknown color: approx Royal Heath. HEX triplet: BB, 59 and 7D. RGB value is (187,89,125). Sum of RGB (Red+Green+Blue) = 187+89+125=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB597D is #44A682. Grayscale: #7A7A7A. Windows color (decimal): -4499075 or 8214971. OLE color: 8214971.

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

Color convert

RGB18789125-
CMYK00.520.330.27
HSL337.96º41.88%54.12%-
HSV(B)337.96º52.41%73.33%-
XYZ27.7719.1921.64-
YUV122.41129.47174.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 125 (49.22% from 255) = 31.17%
R=46.63%
G=22.19%
B=31.17%

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
Decimal1878912500.520.330.27337.9641.8854.12
HexBB597D034211B1522a36
Octal27313117506441335225266
Binary1011101110110011111101011010010000111011101010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB597D; }

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

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

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

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

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

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

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

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