#B34B69

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

Shades of Blush #B34B69

Tints of Blush #B34B69

Color information

#B34B69 (or 0xB34B69) is unknown color: approx Blush. HEX triplet: B3, 4B and 69. RGB value is (179,75,105). Sum of RGB (Red+Green+Blue) = 179+75+105=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34B69 is #4CB496. Grayscale: #6D6D6D. Windows color (decimal): -5026967 or 6900659. OLE color: 6900659.

HSL color Cylindrical-coordinate representation of color #B34B69: hue angle of 342.69º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34B69 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.30.

Color convert

RGB17975105-
CMYK00.580.410.30
HSL342.69º40.94%49.8%-
HSV(B)342.69º58.1%70.2%-
XYZ23.6615.6415.14-
YUV109.52125.46177.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 105 (41.41% from 255) = 29.25%
R=49.86%
G=20.89%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797510500.580.410.30342.6940.9449.8
HexB34B6903A291E1572932
Octal26311315107251365275162
Binary1011001110010111101001011101010100111110101010111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B69; }

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

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

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

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

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

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

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

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