#B74771

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

Shades of Royal Heath #B74771

Tints of Royal Heath #B74771

Color information

#B74771 (or 0xB74771) is unknown color: approx Royal Heath. HEX triplet: B7, 47 and 71. RGB value is (183,71,113). Sum of RGB (Red+Green+Blue) = 183+71+113=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B74771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74771 is #48B88E. Grayscale: #6D6D6D. Windows color (decimal): -4765839 or 7423927. OLE color: 7423927.

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

Color convert

RGB18371113-
CMYK00.610.380.28
HSL337.5º44.09%49.8%-
HSV(B)337.5º61.2%71.76%-
XYZ24.7615.7717.36-
YUV109.28130.11180.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=49.86%
G=19.35%
B=30.79%

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
Decimal1837111300.610.380.28337.544.0949.8
HexB7477103D261C1522c32
Octal26710716107546345225462
Binary1011011110001111110001011110110011011100101010010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74771; }

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

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

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

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

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

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

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

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