#B34961

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

Shades of Blush #B34961

Tints of Blush #B34961

Color information

#B34961 (or 0xB34961) is unknown color: approx Blush. HEX triplet: B3, 49 and 61. RGB value is (179,73,97). Sum of RGB (Red+Green+Blue) = 179+73+97=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B34961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34961 is #4CB69E. Grayscale: #6B6B6B. Windows color (decimal): -5027487 or 6375859. OLE color: 6375859.

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

Color convert

RGB1797397-
CMYK00.590.460.30
HSL346.42º42.06%49.41%-
HSV(B)346.42º59.22%70.2%-
XYZ23.1315.2113.03-
YUV107.43122.12179.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=51.29%
G=20.92%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179739700.590.460.30346.4242.0649.41
HexB3496103B2E1E15a2a31
Octal26311114107356365325261
Binary1011001110010011100001011101110111011110101011010101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34961; }

 p { color: rgb(179,73,97); }

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

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

 a { background-color: rgb(179,73,97); }

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

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

 span { border-color: rgb(179,73,97); }

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