#B3595B

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

Shades of Blush #B3595B

Tints of Blush #B3595B

Color information

#B3595B (or 0xB3595B) is unknown color: approx Blush. HEX triplet: B3, 59 and 5B. RGB value is (179,89,91). Sum of RGB (Red+Green+Blue) = 179+89+91=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3595B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3595B is #4CA6A4. Grayscale: #747474. Windows color (decimal): -5023397 or 5986739. OLE color: 5986739.

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

Color convert

RGB1798991-
CMYK00.500.490.30
HSL358.67º37.19%52.55%-
HSV(B)358.67º50.28%70.2%-
XYZ24.0517.4812-
YUV116.14113.82172.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 91 (35.94% from 255) = 25.35%
R=49.86%
G=24.79%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179899100.500.490.30358.6737.1952.55
HexB3595B032311E1672535
Octal26313113306261365474565
Binary1011001110110011011011011001011000111110101100111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3595B; }

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

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

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

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

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

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

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

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