#B35770

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

Shades of Blush #B35770

Tints of Blush #B35770

Color information

#B35770 (or 0xB35770) is unknown color: approx Blush. HEX triplet: B3, 57 and 70. RGB value is (179,87,112). Sum of RGB (Red+Green+Blue) = 179+87+112=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B35770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35770 is #4CA88F. Grayscale: #757575. Windows color (decimal): -5023888 or 7362483. OLE color: 7362483.

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

Color convert

RGB17987112-
CMYK00.510.370.30
HSL343.7º37.7%52.16%-
HSV(B)343.7º51.4%70.2%-
XYZ24.9217.5717.41-
YUV117.36124.98171.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=47.35%
G=23.02%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798711200.510.370.30343.737.752.16
HexB35770033251E1582634
Octal26312716006345365304664
Binary1011001110101111110000011001110010111110101011000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35770; }

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

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

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

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

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

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

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

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