#B73E7A

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

Shades of Royal Heath #B73E7A

Tints of Royal Heath #B73E7A

Color information

#B73E7A (or 0xB73E7A) is unknown color: approx Royal Heath. HEX triplet: B7, 3E and 7A. RGB value is (183,62,122). Sum of RGB (Red+Green+Blue) = 183+62+122=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E7A is #48C185. Grayscale: #686868. Windows color (decimal): -4768134 or 8011447. OLE color: 8011447.

HSL color Cylindrical-coordinate representation of color #B73E7A: hue angle of 330.25º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E7A is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18362122-
CMYK00.660.330.28
HSL330.25º49.39%48.04%-
HSV(B)330.25º66.12%71.76%-
XYZ24.7614.9219.99-
YUV105.02137.59183.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 62 (24.61% from 255) = 16.89%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=49.86%
G=16.89%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836212200.660.330.28330.2549.3948.04
HexB73E7A042211C14a3130
Octal26776172010241345126160
Binary1011011111111011110100100001010000111100101001010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E7A; }

 p { color: rgb(183,62,122); }

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

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

 a { background-color: rgb(183,62,122); }

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

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

 span { border-color: rgb(183,62,122); }

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