#B35A5E

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

Shades of Blush #B35A5E

Tints of Blush #B35A5E

Color information

#B35A5E (or 0xB35A5E) is unknown color: approx Blush. HEX triplet: B3, 5A and 5E. RGB value is (179,90,94). Sum of RGB (Red+Green+Blue) = 179+90+94=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A5E is #4CA5A1. Grayscale: #757575. Windows color (decimal): -5023138 or 6183603. OLE color: 6183603.

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

Color convert

RGB1799094-
CMYK00.500.470.30
HSL357.3º36.93%52.75%-
HSV(B)357.3º49.72%70.2%-
XYZ24.2717.712.73-
YUV117.07114.99172.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 94 (37.11% from 255) = 25.90%
R=49.31%
G=24.79%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179909400.500.470.30357.336.9352.75
HexB35A5E0322F1E1652535
Octal26313213606257365454565
Binary1011001110110101011110011001010111111110101100101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A5E; }

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

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

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

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

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

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

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

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