#B34D6D

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

Shades of Royal Heath #B34D6D

Tints of Royal Heath #B34D6D

Color information

#B34D6D (or 0xB34D6D) is unknown color: approx Royal Heath. HEX triplet: B3, 4D and 6D. RGB value is (179,77,109). Sum of RGB (Red+Green+Blue) = 179+77+109=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D6D is #4CB292. Grayscale: #6F6F6F. Windows color (decimal): -5026451 or 7163315. OLE color: 7163315.

HSL color Cylindrical-coordinate representation of color #B34D6D: hue angle of 341.18º 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 #B34D6D is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17977109-
CMYK00.570.390.30
HSL341.18º40.16%50.2%-
HSV(B)341.18º56.98%70.2%-
XYZ241616.29-
YUV111.15126.79176.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=49.04%
G=21.10%
B=29.86%

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
Decimal1797710900.570.390.30341.1840.1650.2
HexB34D6D039271E1552832
Octal26311515507147365255062
Binary1011001110011011101101011100110011111110101010101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D6D; }

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

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

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

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

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

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

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

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