#B34D6B

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

Shades of Blush #B34D6B

Tints of Blush #B34D6B

Color information

#B34D6B (or 0xB34D6B) is unknown color: approx Blush. HEX triplet: B3, 4D and 6B. RGB value is (179,77,107). Sum of RGB (Red+Green+Blue) = 179+77+107=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34D6B is #4CB294. Grayscale: #6E6E6E. Windows color (decimal): -5026453 or 7032243. OLE color: 7032243.

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

Color convert

RGB17977107-
CMYK00.570.400.30
HSL342.35º40.16%50.2%-
HSV(B)342.35º56.98%70.2%-
XYZ23.915.9515.73-
YUV110.92125.79176.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=49.31%
G=21.21%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797710700.570.400.30342.3540.1650.2
HexB34D6B039281E1562832
Octal26311515307150365265062
Binary1011001110011011101011011100110100011110101010110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34D6B; }

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

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

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

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

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

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

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

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