#B74772

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

Shades of Royal Heath #B74772

Tints of Royal Heath #B74772

Color information

#B74772 (or 0xB74772) is unknown color: approx Royal Heath. HEX triplet: B7, 47 and 72. RGB value is (183,71,114). Sum of RGB (Red+Green+Blue) = 183+71+114=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B74772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74772 is #48B88D. Grayscale: #6D6D6D. Windows color (decimal): -4765838 or 7489463. OLE color: 7489463.

HSL color Cylindrical-coordinate representation of color #B74772: hue angle of 336.96º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74772 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18371114-
CMYK00.610.380.28
HSL336.96º44.09%49.8%-
HSV(B)336.96º61.2%71.76%-
XYZ24.8215.7917.66-
YUV109.39130.61180.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 71 (28.12% from 255) = 19.29%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=49.73%
G=19.29%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837111400.610.380.28336.9644.0949.8
HexB7477203D261C1512c32
Octal26710716207546345215462
Binary1011011110001111110010011110110011011100101010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74772; }

 p { color: rgb(183,71,114); }

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

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

 a { background-color: rgb(183,71,114); }

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

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

 span { border-color: rgb(183,71,114); }

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