#B73B6D

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

Shades of Royal Heath #B73B6D

Tints of Royal Heath #B73B6D

Color information

#B73B6D (or 0xB73B6D) is unknown color: approx Royal Heath. HEX triplet: B7, 3B and 6D. RGB value is (183,59,109). Sum of RGB (Red+Green+Blue) = 183+59+109=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73B6D is #48C492. Grayscale: #656565. Windows color (decimal): -4768915 or 7158711. OLE color: 7158711.

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

Color convert

RGB18359109-
CMYK00.680.400.28
HSL335.81º51.24%47.45%-
HSV(B)335.81º67.76%71.76%-
XYZ23.8514.315.97-
YUV101.78132.08185.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.14%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=52.14%
G=16.81%
B=31.05%

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
Decimal1835910900.680.400.28335.8151.2447.45
HexB73B6D044281C150332f
Octal26773155010450345206357
Binary1011011111101111011010100010010100011100101010000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73B6D; }

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

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

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

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

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

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

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

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