#B34672

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

Shades of Royal Heath #B34672

Tints of Royal Heath #B34672

Color information

#B34672 (or 0xB34672) is unknown color: approx Royal Heath. HEX triplet: B3, 46 and 72. RGB value is (179,70,114). Sum of RGB (Red+Green+Blue) = 179+70+114=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34672 is #4CB98D. Grayscale: #6B6B6B. Windows color (decimal): -5028238 or 7489203. OLE color: 7489203.

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

Color convert

RGB17970114-
CMYK00.610.360.30
HSL335.78º43.78%48.82%-
HSV(B)335.78º60.89%70.2%-
XYZ23.8215.1817.59-
YUV107.61131.61178.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 70 (27.73% from 255) = 19.28%
BLUE value IS 114 (44.92% from 255) = 31.40%
R=49.31%
G=19.28%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797011400.610.360.30335.7843.7848.82
HexB3467203D241E1502c31
Octal26310616207544365205461
Binary1011001110001101110010011110110010011110101010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34672; }

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

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

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

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

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

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

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

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