#B74477

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

Shades of Royal Heath #B74477

Tints of Royal Heath #B74477

Color information

#B74477 (or 0xB74477) is unknown color: approx Royal Heath. HEX triplet: B7, 44 and 77. RGB value is (183,68,119). Sum of RGB (Red+Green+Blue) = 183+68+119=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B74477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74477 is #48BB88. Grayscale: #6C6C6C. Windows color (decimal): -4766601 or 7816375. OLE color: 7816375.

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

Color convert

RGB18368119-
CMYK00.630.350.28
HSL333.39º45.82%49.22%-
HSV(B)333.39º62.84%71.76%-
XYZ24.9315.5319.14-
YUV108.2134.1181.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 68 (26.95% from 255) = 18.38%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=49.46%
G=18.38%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836811900.630.350.28333.3945.8249.22
HexB7447703F231C14d2e31
Octal26710416707743345155661
Binary1011011110001001110111011111110001111100101001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74477; }

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

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

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

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

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

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

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

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