#B45576

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

Shades of Royal Heath #B45576

Tints of Royal Heath #B45576

Color information

#B45576 (or 0xB45576) is unknown color: approx Royal Heath. HEX triplet: B4, 55 and 76. RGB value is (180,85,118). Sum of RGB (Red+Green+Blue) = 180+85+118=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B45576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45576 is #4BAA89. Grayscale: #757575. Windows color (decimal): -4958858 or 7755188. OLE color: 7755188.

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

Color convert

RGB18085118-
CMYK00.530.340.29
HSL339.16º38.78%51.96%-
HSV(B)339.16º52.78%70.59%-
XYZ25.3417.5119.18-
YUV117.17128.47172.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=47.00%
G=22.19%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808511800.530.340.29339.1638.7851.96
HexB45576035221D1532734
Octal26412516606542355234764
Binary1011010010101011110110011010110001011101101010011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45576; }

 p { color: rgb(180,85,118); }

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

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

 a { background-color: rgb(180,85,118); }

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

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

 span { border-color: rgb(180,85,118); }

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