#B46168

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

Shades of Blush #B46168

Tints of Blush #B46168

Color information

#B46168 (or 0xB46168) is unknown color: approx Blush. HEX triplet: B4, 61 and 68. RGB value is (180,97,104). Sum of RGB (Red+Green+Blue) = 180+97+104=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B46168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46168 is #4B9E97. Grayscale: #7A7A7A. Windows color (decimal): -4955800 or 6840756. OLE color: 6840756.

HSL color Cylindrical-coordinate representation of color #B46168: hue angle of 354.94º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46168 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB18097104-
CMYK00.460.420.29
HSL354.94º35.62%54.31%-
HSV(B)354.94º46.11%70.59%-
XYZ25.619.2515.46-
YUV122.62117.5168.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 104 (41.02% from 255) = 27.30%
R=47.24%
G=25.46%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809710400.460.420.29354.9435.6254.31
HexB4616802E2A1D1632436
Octal26414115005652355434466
Binary1011010011000011101000010111010101011101101100011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46168; }

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

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

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

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

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

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

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

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