#B34967

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

Shades of Blush #B34967

Tints of Blush #B34967

Color information

#B34967 (or 0xB34967) is unknown color: approx Blush. HEX triplet: B3, 49 and 67. RGB value is (179,73,103). Sum of RGB (Red+Green+Blue) = 179+73+103=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B34967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34967 is #4CB698. Grayscale: #6C6C6C. Windows color (decimal): -5027481 or 6769075. OLE color: 6769075.

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

Color convert

RGB17973103-
CMYK00.590.420.30
HSL343.02º42.06%49.41%-
HSV(B)343.02º59.22%70.2%-
XYZ23.4215.3314.56-
YUV108.11125.12178.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=50.42%
G=20.56%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797310300.590.420.30343.0242.0649.41
HexB3496703B2A1E1572a31
Octal26311114707352365275261
Binary1011001110010011100111011101110101011110101010111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34967; }

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

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

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

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

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

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

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

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