#B65472

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

Shades of Royal Heath #B65472

Tints of Royal Heath #B65472

Color information

#B65472 (or 0xB65472) is unknown color: approx Royal Heath. HEX triplet: B6, 54 and 72. RGB value is (182,84,114). Sum of RGB (Red+Green+Blue) = 182+84+114=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B65472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65472 is #49AB8D. Grayscale: #747474. Windows color (decimal): -4828046 or 7492790. OLE color: 7492790.

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

Color convert

RGB18284114-
CMYK00.540.370.29
HSL341.63º40.16%52.16%-
HSV(B)341.63º53.85%71.37%-
XYZ25.517.517.95-
YUV116.72126.47174.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 114 (44.92% from 255) = 30%
R=47.89%
G=22.11%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828411400.540.370.29341.6340.1652.16
HexB65472036251D1562834
Octal26612416206645355265064
Binary1011011010101001110010011011010010111101101010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65472; }

 p { color: rgb(182,84,114); }

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

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

 a { background-color: rgb(182,84,114); }

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

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

 span { border-color: rgb(182,84,114); }

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