#B46166

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

Shades of Blush #B46166

Tints of Blush #B46166

Color information

#B46166 (or 0xB46166) is unknown color: approx Blush. HEX triplet: B4, 61 and 66. RGB value is (180,97,102). Sum of RGB (Red+Green+Blue) = 180+97+102=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B46166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46166 is #4B9E99. Grayscale: #7A7A7A. Windows color (decimal): -4955802 or 6709684. OLE color: 6709684.

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

Color convert

RGB18097102-
CMYK00.460.430.29
HSL356.39º35.62%54.31%-
HSV(B)356.39º46.11%70.59%-
XYZ25.519.2114.93-
YUV122.39116.5169.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 102 (40.23% from 255) = 26.91%
R=47.49%
G=25.59%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809710200.460.430.29356.3935.6254.31
HexB4616602E2B1D1642436
Octal26414114605653355444466
Binary1011010011000011100110010111010101111101101100100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46166; }

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

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

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

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

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

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

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

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