#B55274

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

Shades of Royal Heath #B55274

Tints of Royal Heath #B55274

Color information

#B55274 (or 0xB55274) is unknown color: approx Royal Heath. HEX triplet: B5, 52 and 74. RGB value is (181,82,116). Sum of RGB (Red+Green+Blue) = 181+82+116=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B55274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55274 is #4AAD8B. Grayscale: #737373. Windows color (decimal): -4894092 or 7623349. OLE color: 7623349.

HSL color Cylindrical-coordinate representation of color #B55274: hue angle of 339.39º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55274 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB18182116-
CMYK00.550.360.29
HSL339.39º40.08%51.57%-
HSV(B)339.39º54.7%70.98%-
XYZ25.2317.1218.5-
YUV115.48128.3174.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=47.76%
G=21.64%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818211600.550.360.29339.3940.0851.57
HexB55274037241D1532834
Octal26512216406744355235064
Binary1011010110100101110100011011110010011101101010011101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55274; }

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

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

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

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

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

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

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

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