#B74577

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

Shades of Royal Heath #B74577

Tints of Royal Heath #B74577

Color information

#B74577 (or 0xB74577) is unknown color: approx Royal Heath. HEX triplet: B7, 45 and 77. RGB value is (183,69,119). Sum of RGB (Red+Green+Blue) = 183+69+119=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B74577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74577 is #48BA88. Grayscale: #6C6C6C. Windows color (decimal): -4766345 or 7816631. OLE color: 7816631.

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

Color convert

RGB18369119-
CMYK00.620.350.28
HSL333.68º45.24%49.41%-
HSV(B)333.68º62.3%71.76%-
XYZ24.9915.6619.16-
YUV108.79133.77180.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 69 (27.34% from 255) = 18.60%
BLUE value IS 119 (46.88% from 255) = 32.08%
R=49.33%
G=18.60%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836911900.620.350.28333.6845.2449.41
HexB7457703E231C14e2d31
Octal26710516707643345165561
Binary1011011110001011110111011111010001111100101001110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74577; }

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

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

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

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

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

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

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

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