#B34D6E

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

Shades of Royal Heath #B34D6E

Tints of Royal Heath #B34D6E

Color information

#B34D6E (or 0xB34D6E) is unknown color: approx Royal Heath. HEX triplet: B3, 4D and 6E. RGB value is (179,77,110). Sum of RGB (Red+Green+Blue) = 179+77+110=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D6E is #4CB291. Grayscale: #6F6F6F. Windows color (decimal): -5026450 or 7228851. OLE color: 7228851.

HSL color Cylindrical-coordinate representation of color #B34D6E: hue angle of 340.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B34D6E is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17977110-
CMYK00.570.390.30
HSL340.59º40.16%50.2%-
HSV(B)340.59º56.98%70.2%-
XYZ24.0616.0216.58-
YUV111.26127.29176.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 77 (30.47% from 255) = 21.04%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=48.91%
G=21.04%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797711000.570.390.30340.5940.1650.2
HexB34D6E039271E1552832
Octal26311515607147365255062
Binary1011001110011011101110011100110011111110101010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D6E; }

 p { color: rgb(179,77,110); }

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

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

 a { background-color: rgb(179,77,110); }

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

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

 span { border-color: rgb(179,77,110); }

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