#B34D69

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

Shades of Blush #B34D69

Tints of Blush #B34D69

Color information

#B34D69 (or 0xB34D69) is unknown color: approx Blush. HEX triplet: B3, 4D and 69. RGB value is (179,77,105). Sum of RGB (Red+Green+Blue) = 179+77+105=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D69 is #4CB296. Grayscale: #6E6E6E. Windows color (decimal): -5026455 or 6901171. OLE color: 6901171.

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

Color convert

RGB17977105-
CMYK00.570.410.30
HSL343.53º40.16%50.2%-
HSV(B)343.53º56.98%70.2%-
XYZ23.7915.9115.18-
YUV110.69124.79176.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.58%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 105 (41.41% from 255) = 29.09%
R=49.58%
G=21.33%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797710500.570.410.30343.5340.1650.2
HexB34D69039291E1582832
Octal26311515107151365305062
Binary1011001110011011101001011100110100111110101011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D69; }

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

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

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

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

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

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

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

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