#BB527A

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

Shades of Royal Heath #BB527A

Tints of Royal Heath #BB527A

Color information

#BB527A (or 0xBB527A) is unknown color: approx Royal Heath. HEX triplet: BB, 52 and 7A. RGB value is (187,82,122). Sum of RGB (Red+Green+Blue) = 187+82+122=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB527A is #44AD85. Grayscale: #757575. Windows color (decimal): -4500870 or 8016571. OLE color: 8016571.

HSL color Cylindrical-coordinate representation of color #BB527A: hue angle of 337.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB527A is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18782122-
CMYK00.560.350.27
HSL337.14º43.57%52.75%-
HSV(B)337.14º56.15%73.33%-
XYZ27.021820.46-
YUV117.96130.29177.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=47.83%
G=20.97%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878212200.560.350.27337.1443.5752.75
HexBB527A038231B1512c35
Octal27312217207043335215465
Binary1011101110100101111010011100010001111011101010001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB527A; }

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

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

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

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

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

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

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

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