#BB5276

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

Shades of Royal Heath #BB5276

Tints of Royal Heath #BB5276

Color information

#BB5276 (or 0xBB5276) is unknown color: approx Royal Heath. HEX triplet: BB, 52 and 76. RGB value is (187,82,118). Sum of RGB (Red+Green+Blue) = 187+82+118=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5276 is #44AD89. Grayscale: #757575. Windows color (decimal): -4500874 or 7754427. OLE color: 7754427.

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

Color convert

RGB18782118-
CMYK00.560.370.27
HSL339.43º43.57%52.75%-
HSV(B)339.43º56.15%73.33%-
XYZ26.7817.9119.18-
YUV117.5128.29177.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=48.32%
G=21.19%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878211800.560.370.27339.4343.5752.75
HexBB5276038251B1532c35
Octal27312216607045335235465
Binary1011101110100101110110011100010010111011101010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5276; }

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

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

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

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

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

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

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

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