#B74E77

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

Shades of Royal Heath #B74E77

Tints of Royal Heath #B74E77

Color information

#B74E77 (or 0xB74E77) is unknown color: approx Royal Heath. HEX triplet: B7, 4E and 77. RGB value is (183,78,119). Sum of RGB (Red+Green+Blue) = 183+78+119=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E77 is #48B188. Grayscale: #727272. Windows color (decimal): -4764041 or 7818935. OLE color: 7818935.

HSL color Cylindrical-coordinate representation of color #B74E77: hue angle of 336.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74E77 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB18378119-
CMYK00.570.350.28
HSL336.57º42.17%51.18%-
HSV(B)336.57º57.38%71.76%-
XYZ25.5816.8519.36-
YUV114.07130.79177.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 78 (30.86% from 255) = 20.53%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=48.16%
G=20.53%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837811900.570.350.28336.5742.1751.18
HexB74E77039231C1512a33
Octal26711616707143345215263
Binary1011011110011101110111011100110001111100101010001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E77; }

 p { color: rgb(183,78,119); }

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

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

 a { background-color: rgb(183,78,119); }

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

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

 span { border-color: rgb(183,78,119); }

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