#B73E6C

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

Shades of Royal Heath #B73E6C

Tints of Royal Heath #B73E6C

Color information

#B73E6C (or 0xB73E6C) is unknown color: approx Royal Heath. HEX triplet: B7, 3E and 6C. RGB value is (183,62,108). Sum of RGB (Red+Green+Blue) = 183+62+108=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73E6C is #48C193. Grayscale: #676767. Windows color (decimal): -4768148 or 7093943. OLE color: 7093943.

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

Color convert

RGB18362108-
CMYK00.660.410.28
HSL337.19º49.39%48.04%-
HSV(B)337.19º66.12%71.76%-
XYZ23.9614.615.74-
YUV103.42130.59184.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 62 (24.61% from 255) = 17.56%
BLUE value IS 108 (42.58% from 255) = 30.59%
R=51.84%
G=17.56%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836210800.660.410.28337.1949.3948.04
HexB73E6C042291C1513130
Octal26776154010251345216160
Binary1011011111111011011000100001010100111100101010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73E6C; }

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

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

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

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

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

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

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

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