#bb5274

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

Shades of Royal Heath #BB5274

Tints of Royal Heath #BB5274

Color information

#BB5274 (or 0xBB5274) is unknown color: approx Royal Heath. HEX triplet: BB, 52 and 74. RGB value is (187,82,116). Sum of RGB (Red+Green+Blue) = 187+82+116=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5274 is #44AD8B. Grayscale: #757575. Windows color (decimal): -4500876 or 7623355. OLE color: 7623355.

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

Color convert

RGB18782116-
CMYK00.560.380.27
HSL340.57º43.57%52.75%-
HSV(B)340.57º56.15%73.33%-
XYZ26.6617.8618.57-
YUV117.27127.29177.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 116 (45.70% from 255) = 30.13%
R=48.57%
G=21.30%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878211600.560.380.27340.5743.5752.75
HexBB5274038261B1552c35
Octal27312216407046335255465
Binary1011101110100101110100011100010011011011101010101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb5274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb5274; }

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

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

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

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

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

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

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

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