#B35A70

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

Shades of Blush #B35A70

Tints of Blush #B35A70

Color information

#B35A70 (or 0xB35A70) is unknown color: approx Blush. HEX triplet: B3, 5A and 70. RGB value is (179,90,112). Sum of RGB (Red+Green+Blue) = 179+90+112=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A70 is #4CA58F. Grayscale: #777777. Windows color (decimal): -5023120 or 7363251. OLE color: 7363251.

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

Color convert

RGB17990112-
CMYK00.500.370.30
HSL345.17º36.93%52.75%-
HSV(B)345.17º49.72%70.2%-
XYZ25.1718.0717.49-
YUV119.12123.99170.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 90 (35.55% from 255) = 23.62%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=46.98%
G=23.62%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799011200.500.370.30345.1736.9352.75
HexB35A70032251E1592535
Octal26313216006245365314565
Binary1011001110110101110000011001010010111110101011001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A70; }

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

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

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

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

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

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

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

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