#B35973

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

Shades of Blush #B35973

Tints of Blush #B35973

Color information

#B35973 (or 0xB35973) is unknown color: approx Blush. HEX triplet: B3, 59 and 73. RGB value is (179,89,115). Sum of RGB (Red+Green+Blue) = 179+89+115=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B35973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35973 is #4CA68C. Grayscale: #767676. Windows color (decimal): -5023373 or 7559603. OLE color: 7559603.

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

Color convert

RGB17989115-
CMYK00.500.360.30
HSL342.67º37.19%52.55%-
HSV(B)342.67º50.28%70.2%-
XYZ25.2617.9718.36-
YUV118.87125.82170.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=46.74%
G=23.24%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798911500.500.360.30342.6737.1952.55
HexB35973032241E1572535
Octal26313116306244365274565
Binary1011001110110011110011011001010010011110101010111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35973; }

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

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

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

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

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

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

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

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