#B34272

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

Shades of Royal Heath #B34272

Tints of Royal Heath #B34272

Color information

#B34272 (or 0xB34272) is unknown color: approx Royal Heath. HEX triplet: B3, 42 and 72. RGB value is (179,66,114). Sum of RGB (Red+Green+Blue) = 179+66+114=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B34272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34272 is #4CBD8D. Grayscale: #696969. Windows color (decimal): -5029262 or 7488179. OLE color: 7488179.

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

Color convert

RGB17966114-
CMYK00.630.360.30
HSL334.51º46.12%48.04%-
HSV(B)334.51º63.13%70.2%-
XYZ23.5814.717.51-
YUV105.26132.94180.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=49.86%
G=18.38%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796611400.630.360.30334.5146.1248.04
HexB3427203F241E14f2e30
Octal26310216207744365175660
Binary1011001110000101110010011111110010011110101001111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34272; }

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

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

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

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

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

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

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

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