#B35970

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

Shades of Blush #B35970

Tints of Blush #B35970

Color information

#B35970 (or 0xB35970) is unknown color: approx Blush. HEX triplet: B3, 59 and 70. RGB value is (179,89,112). Sum of RGB (Red+Green+Blue) = 179+89+112=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B35970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35970 is #4CA68F. Grayscale: #767676. Windows color (decimal): -5023376 or 7362995. OLE color: 7362995.

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

Color convert

RGB17989112-
CMYK00.500.370.30
HSL344.67º37.19%52.55%-
HSV(B)344.67º50.28%70.2%-
XYZ25.0917.917.46-
YUV118.53124.32171.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=47.11%
G=23.42%
B=29.47%

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
Decimal1798911200.500.370.30344.6737.1952.55
HexB35970032251E1592535
Octal26313116006245365314565
Binary1011001110110011110000011001010010111110101011001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35970; }

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

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

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

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

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

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

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

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