#B45163

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

Shades of Blush #B45163

Tints of Blush #B45163

Color information

#B45163 (or 0xB45163) is unknown color: approx Blush. HEX triplet: B4, 51 and 63. RGB value is (180,81,99). Sum of RGB (Red+Green+Blue) = 180+81+99=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B45163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45163 is #4BAE9C. Grayscale: #707070. Windows color (decimal): -4959901 or 6508980. OLE color: 6508980.

HSL color Cylindrical-coordinate representation of color #B45163: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45163 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB1808199-
CMYK00.550.450.29
HSL349.09º39.76%51.18%-
HSV(B)349.09º55%70.59%-
XYZ24.0216.4913.72-
YUV112.65120.3176.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 22.5%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=50%
G=22.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180819900.550.450.29349.0939.7651.18
HexB451630372D1D15d2833
Octal26412114306755355355063
Binary1011010010100011100011011011110110111101101011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45163; }

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

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

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

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

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

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

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

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