#B35A60

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

Shades of Blush #B35A60

Tints of Blush #B35A60

Color information

#B35A60 (or 0xB35A60) is unknown color: approx Blush. HEX triplet: B3, 5A and 60. RGB value is (179,90,96). Sum of RGB (Red+Green+Blue) = 179+90+96=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A60 is #4CA59F. Grayscale: #757575. Windows color (decimal): -5023136 or 6314675. OLE color: 6314675.

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

Color convert

RGB1799096-
CMYK00.500.460.30
HSL355.96º36.93%52.75%-
HSV(B)355.96º49.72%70.2%-
XYZ24.3617.7413.21-
YUV117.3115.99172.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=49.04%
G=24.66%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179909600.500.460.30355.9636.9352.75
HexB35A600322E1E1642535
Octal26313214006256365444565
Binary1011001110110101100000011001010111011110101100100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A60; }

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

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

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

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

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

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

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

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