#B73A6D

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

Shades of Royal Heath #B73A6D

Tints of Royal Heath #B73A6D

Color information

#B73A6D (or 0xB73A6D) is unknown color: approx Royal Heath. HEX triplet: B7, 3A and 6D. RGB value is (183,58,109). Sum of RGB (Red+Green+Blue) = 183+58+109=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73A6D is #48C592. Grayscale: #656565. Windows color (decimal): -4769171 or 7158455. OLE color: 7158455.

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

Color convert

RGB18358109-
CMYK00.680.400.28
HSL335.52º51.87%47.25%-
HSV(B)335.52º68.31%71.76%-
XYZ23.814.215.95-
YUV101.19132.41186.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.29%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 109 (42.97% from 255) = 31.14%
R=52.29%
G=16.57%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835810900.680.400.28335.5251.8747.25
HexB73A6D044281C150342f
Octal26772155010450345206457
Binary1011011111101011011010100010010100011100101010000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73A6D; }

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

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

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

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

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

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

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

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