#B35E70

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

Shades of Blush #B35E70

Tints of Blush #B35E70

Color information

#B35E70 (or 0xB35E70) is unknown color: approx Blush. HEX triplet: B3, 5E and 70. RGB value is (179,94,112). Sum of RGB (Red+Green+Blue) = 179+94+112=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E70 is #4CA18F. Grayscale: #797979. Windows color (decimal): -5022096 or 7364275. OLE color: 7364275.

HSL color Cylindrical-coordinate representation of color #B35E70: hue angle of 347.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35E70 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17994112-
CMYK00.470.370.30
HSL347.29º35.86%53.53%-
HSV(B)347.29º47.49%70.2%-
XYZ25.5218.7617.61-
YUV121.47122.66169.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 94 (37.11% from 255) = 24.42%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=46.49%
G=24.42%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799411200.470.370.30347.2935.8653.53
HexB35E7002F251E15b2436
Octal26313616005745365334466
Binary1011001110111101110000010111110010111110101011011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35E70; }

 p { color: rgb(179,94,112); }

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

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

 a { background-color: rgb(179,94,112); }

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

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

 span { border-color: rgb(179,94,112); }

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