#B36168

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

Shades of Blush #B36168

Tints of Blush #B36168

Color information

#B36168 (or 0xB36168) is unknown color: approx Blush. HEX triplet: B3, 61 and 68. RGB value is (179,97,104). Sum of RGB (Red+Green+Blue) = 179+97+104=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B36168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36168 is #4C9E97. Grayscale: #7A7A7A. Windows color (decimal): -5021336 or 6840755. OLE color: 6840755.

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

Color convert

RGB17997104-
CMYK00.460.420.30
HSL354.88º35.04%54.12%-
HSV(B)354.88º45.81%70.2%-
XYZ25.3619.1315.45-
YUV122.32117.67168.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=47.11%
G=25.53%
B=27.37%

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
Decimal1799710400.460.420.30354.8835.0454.12
HexB3616802E2A1E1632336
Octal26314115005652365434366
Binary1011001111000011101000010111010101011110101100011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36168; }

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

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

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

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

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

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

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

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