#B36167

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

Shades of Blush #B36167

Tints of Blush #B36167

Color information

#B36167 (or 0xB36167) is unknown color: approx Blush. HEX triplet: B3, 61 and 67. RGB value is (179,97,103). Sum of RGB (Red+Green+Blue) = 179+97+103=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B36167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36167 is #4C9E98. Grayscale: #7A7A7A. Windows color (decimal): -5021337 or 6775219. OLE color: 6775219.

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

Color convert

RGB17997103-
CMYK00.460.420.30
HSL355.61º35.04%54.12%-
HSV(B)355.61º45.81%70.2%-
XYZ25.3119.1115.19-
YUV122.2117.17168.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=47.23%
G=25.59%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799710300.460.420.30355.6135.0454.12
HexB3616702E2A1E1642336
Octal26314114705652365444366
Binary1011001111000011100111010111010101011110101100100100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36167; }

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

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

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

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

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

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

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

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