#B46163

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

Shades of Blush #B46163

Tints of Blush #B46163

Color information

#B46163 (or 0xB46163) is unknown color: approx Blush. HEX triplet: B4, 61 and 63. RGB value is (180,97,99). Sum of RGB (Red+Green+Blue) = 180+97+99=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 180 - color contains mainly: red. Hex color #B46163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46163 is #4B9E9C. Grayscale: #7A7A7A. Windows color (decimal): -4955805 or 6513076. OLE color: 6513076.

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

Color convert

RGB1809799-
CMYK00.460.450.29
HSL358.55º35.62%54.31%-
HSV(B)358.55º46.11%70.59%-
XYZ25.3519.1514.17-
YUV122.04115169.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 99 (39.06% from 255) = 26.33%
R=47.87%
G=25.80%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180979900.460.450.29358.5535.6254.31
HexB4616302E2D1D1672436
Octal26414114305655355474466
Binary1011010011000011100011010111010110111101101100111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46163; }

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

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

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

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

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

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

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

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