#B3595E

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

Shades of Blush #B3595E

Tints of Blush #B3595E

Color information

#B3595E (or 0xB3595E) is unknown color: approx Blush. HEX triplet: B3, 59 and 5E. RGB value is (179,89,94). Sum of RGB (Red+Green+Blue) = 179+89+94=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B3595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3595E is #4CA6A1. Grayscale: #747474. Windows color (decimal): -5023394 or 6183347. OLE color: 6183347.

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

Color convert

RGB1798994-
CMYK00.500.470.30
HSL356.67º37.19%52.55%-
HSV(B)356.67º50.28%70.2%-
XYZ24.1817.5412.7-
YUV116.48115.32172.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 89 (35.16% from 255) = 24.59%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=49.45%
G=24.59%
B=25.97%

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
Decimal179899400.500.470.30356.6737.1952.55
HexB3595E0322F1E1652535
Octal26313113606257365454565
Binary1011001110110011011110011001010111111110101100101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3595E; }

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

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

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

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

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

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

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

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