#B73A76

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

Shades of Royal Heath #B73A76

Tints of Royal Heath #B73A76

Color information

#B73A76 (or 0xB73A76) is unknown color: approx Royal Heath. HEX triplet: B7, 3A and 76. RGB value is (183,58,118). Sum of RGB (Red+Green+Blue) = 183+58+118=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A76 is #48C589. Grayscale: #666666. Windows color (decimal): -4769162 or 7748279. OLE color: 7748279.

HSL color Cylindrical-coordinate representation of color #B73A76: hue angle of 331.2º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73A76 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18358118-
CMYK00.680.360.28
HSL331.2º51.87%47.25%-
HSV(B)331.2º68.31%71.76%-
XYZ24.3114.418.64-
YUV102.22136.91185.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.97%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=50.97%
G=16.16%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835811800.680.360.28331.251.8747.25
HexB73A76044241C14b342f
Octal26772166010444345136457
Binary1011011111101011101100100010010010011100101001011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A76; }

 p { color: rgb(183,58,118); }

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

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

 a { background-color: rgb(183,58,118); }

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

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

 span { border-color: rgb(183,58,118); }

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