#B36164

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

Shades of Blush #B36164

Tints of Blush #B36164

Color information

#B36164 (or 0xB36164) is unknown color: approx Blush. HEX triplet: B3, 61 and 64. RGB value is (179,97,100). Sum of RGB (Red+Green+Blue) = 179+97+100=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B36164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36164 is #4C9E9B. Grayscale: #797979. Windows color (decimal): -5021340 or 6578611. OLE color: 6578611.

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

Color convert

RGB17997100-
CMYK00.460.440.30
HSL357.8º35.04%54.12%-
HSV(B)357.8º45.81%70.2%-
XYZ25.1719.0514.41-
YUV121.86115.67168.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 100 (39.45% from 255) = 26.60%
R=47.61%
G=25.80%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799710000.460.440.30357.835.0454.12
HexB3616402E2C1E1662336
Octal26314114405654365464366
Binary1011001111000011100100010111010110011110101100110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36164; }

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

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

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

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

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

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

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

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