#B45663

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

Shades of Blush #B45663

Tints of Blush #B45663

Color information

#B45663 (or 0xB45663) is unknown color: approx Blush. HEX triplet: B4, 56 and 63. RGB value is (180,86,99). Sum of RGB (Red+Green+Blue) = 180+86+99=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45663 is #4BA99C. Grayscale: #737373. Windows color (decimal): -4958621 or 6510260. OLE color: 6510260.

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

Color convert

RGB1808699-
CMYK00.520.450.29
HSL351.7º38.52%52.16%-
HSV(B)351.7º52.22%70.59%-
XYZ24.417.2613.85-
YUV115.59118.64173.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=49.32%
G=23.56%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180869900.520.450.29351.738.5252.16
HexB456630342D1D1602734
Octal26412614306455355404764
Binary1011010010101101100011011010010110111101101100000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45663; }

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

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

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

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

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

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

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

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