#B36170

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

Shades of Blush #B36170

Tints of Blush #B36170

Color information

#B36170 (or 0xB36170) is unknown color: approx Blush. HEX triplet: B3, 61 and 70. RGB value is (179,97,112). Sum of RGB (Red+Green+Blue) = 179+97+112=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B36170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36170 is #4C9E8F. Grayscale: #7B7B7B. Windows color (decimal): -5021328 or 7365043. OLE color: 7365043.

HSL color Cylindrical-coordinate representation of color #B36170: hue angle of 349.02º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B36170 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17997112-
CMYK00.460.370.30
HSL349.02º35.04%54.12%-
HSV(B)349.02º45.81%70.2%-
XYZ25.7919.317.7-
YUV123.23121.67167.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 97 (38.28% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=46.13%
G=25%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799711200.460.370.30349.0235.0454.12
HexB3617002E251E15d2336
Octal26314116005645365354366
Binary1011001111000011110000010111010010111110101011101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36170; }

 p { color: rgb(179,97,112); }

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

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

 a { background-color: rgb(179,97,112); }

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

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

 span { border-color: rgb(179,97,112); }

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