#B73772

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

Shades of Royal Heath #B73772

Tints of Royal Heath #B73772

Color information

#B73772 (or 0xB73772) is unknown color: approx Royal Heath. HEX triplet: B7, 37 and 72. RGB value is (183,55,114). Sum of RGB (Red+Green+Blue) = 183+55+114=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B73772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73772 is #48C88D. Grayscale: #636363. Windows color (decimal): -4769934 or 7485367. OLE color: 7485367.

HSL color Cylindrical-coordinate representation of color #B73772: hue angle of 332.34º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73772 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18355114-
CMYK00.700.380.28
HSL332.34º53.78%46.67%-
HSV(B)332.34º69.95%71.76%-
XYZ23.9314.0117.36-
YUV100135.91187.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 55 (21.88% from 255) = 15.62%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=51.99%
G=15.62%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835511400.700.380.28332.3453.7846.67
HexB73772046261C14c362f
Octal26767162010646345146657
Binary1011011111011111100100100011010011011100101001100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73772; }

 p { color: rgb(183,55,114); }

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

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

 a { background-color: rgb(183,55,114); }

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

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

 span { border-color: rgb(183,55,114); }

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