#B45063

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

Shades of Blush #B45063

Tints of Blush #B45063

Color information

#B45063 (or 0xB45063) is unknown color: approx Blush. HEX triplet: B4, 50 and 63. RGB value is (180,80,99). Sum of RGB (Red+Green+Blue) = 180+80+99=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B45063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45063 is #4BAF9C. Grayscale: #707070. Windows color (decimal): -4960157 or 6508724. OLE color: 6508724.

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

Color convert

RGB1808099-
CMYK00.560.450.29
HSL348.6º40%50.98%-
HSV(B)348.6º55.56%70.59%-
XYZ23.9416.3413.7-
YUV112.07120.63176.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.14%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=50.14%
G=22.28%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180809900.560.450.29348.64050.98
HexB450630382D1D15d2833
Octal26412014307055355355063
Binary1011010010100001100011011100010110111101101011101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45063; }

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

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

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

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

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

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

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

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