#B74473

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

Shades of Royal Heath #B74473

Tints of Royal Heath #B74473

Color information

#B74473 (or 0xB74473) is unknown color: approx Royal Heath. HEX triplet: B7, 44 and 73. RGB value is (183,68,115). Sum of RGB (Red+Green+Blue) = 183+68+115=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B74473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74473 is #48BB8C. Grayscale: #6B6B6B. Windows color (decimal): -4766605 or 7554231. OLE color: 7554231.

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

Color convert

RGB18368115-
CMYK00.630.370.28
HSL335.48º45.82%49.22%-
HSV(B)335.48º62.84%71.76%-
XYZ24.6915.4417.9-
YUV107.74132.1181.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=50%
G=18.58%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836811500.630.370.28335.4845.8249.22
HexB7447303F251C14f2e31
Octal26710416307745345175661
Binary1011011110001001110011011111110010111100101001111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74473; }

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

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

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

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

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

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

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

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