#b34973

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

Shades of Royal Heath #B34973

Tints of Royal Heath #B34973

Color information

#B34973 (or 0xB34973) is unknown color: approx Royal Heath. HEX triplet: B3, 49 and 73. RGB value is (179,73,115). Sum of RGB (Red+Green+Blue) = 179+73+115=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B34973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34973 is #4CB68C. Grayscale: #6D6D6D. Windows color (decimal): -5027469 or 7555507. OLE color: 7555507.

HSL color Cylindrical-coordinate representation of color #B34973: hue angle of 336.23º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34973 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB17973115-
CMYK00.590.360.30
HSL336.23º42.06%49.41%-
HSV(B)336.23º59.22%70.2%-
XYZ24.0715.5917.96-
YUV109.48131.12177.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 73 (28.91% from 255) = 19.89%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=48.77%
G=19.89%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797311500.590.360.30336.2342.0649.41
HexB3497303B241E1502a31
Octal26311116307344365205261
Binary1011001110010011110011011101110010011110101010000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34973; }

 p { color: rgb(179,73,115); }

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

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

 a { background-color: rgb(179,73,115); }

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

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

 span { border-color: rgb(179,73,115); }

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