#b34472

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

Shades of Royal Heath #B34472

Tints of Royal Heath #B34472

Color information

#B34472 (or 0xB34472) is unknown color: approx Royal Heath. HEX triplet: B3, 44 and 72. RGB value is (179,68,114). Sum of RGB (Red+Green+Blue) = 179+68+114=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B34472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34472 is #4CBB8D. Grayscale: #6A6A6A. Windows color (decimal): -5028750 or 7488691. OLE color: 7488691.

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

Color convert

RGB17968114-
CMYK00.620.360.30
HSL335.14º44.94%48.43%-
HSV(B)335.14º62.01%70.2%-
XYZ23.6914.9317.55-
YUV106.43132.27179.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 68 (26.95% from 255) = 18.84%
BLUE value IS 114 (44.92% from 255) = 31.58%
R=49.58%
G=18.84%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796811400.620.360.30335.1444.9448.43
HexB3447203E241E14f2d30
Octal26310416207644365175560
Binary1011001110001001110010011111010010011110101001111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34472; }

 p { color: rgb(179,68,114); }

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

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

 a { background-color: rgb(179,68,114); }

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

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

 span { border-color: rgb(179,68,114); }

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