#B74673

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

Shades of Royal Heath #B74673

Tints of Royal Heath #B74673

Color information

#B74673 (or 0xB74673) is unknown color: approx Royal Heath. HEX triplet: B7, 46 and 73. RGB value is (183,70,115). Sum of RGB (Red+Green+Blue) = 183+70+115=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 70 (27.73% from 255 or 19.02% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B74673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74673 is #48B98C. Grayscale: #6C6C6C. Windows color (decimal): -4766093 or 7554743. OLE color: 7554743.

HSL color Cylindrical-coordinate representation of color #B74673: hue angle of 336.11º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74673 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18370115-
CMYK00.620.370.28
HSL336.11º44.66%49.61%-
HSV(B)336.11º61.75%71.76%-
XYZ24.8115.6917.94-
YUV108.92131.44180.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 70 (27.73% from 255) = 19.02%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=49.73%
G=19.02%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837011500.620.370.28336.1144.6649.61
HexB7467303E251C1502d32
Octal26710616307645345205562
Binary1011011110001101110011011111010010111100101010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74673; }

 p { color: rgb(183,70,115); }

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

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

 a { background-color: rgb(183,70,115); }

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

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

 span { border-color: rgb(183,70,115); }

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