#B45568

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

Shades of Blush #B45568

Tints of Blush #B45568

Color information

#B45568 (or 0xB45568) is unknown color: approx Blush. HEX triplet: B4, 55 and 68. RGB value is (180,85,104). Sum of RGB (Red+Green+Blue) = 180+85+104=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B45568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45568 is #4BAA97. Grayscale: #737373. Windows color (decimal): -4958872 or 6837684. OLE color: 6837684.

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

Color convert

RGB18085104-
CMYK00.530.420.29
HSL348º38.78%51.96%-
HSV(B)348º52.78%70.59%-
XYZ24.5717.215.12-
YUV115.57121.47173.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.78%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=48.78%
G=23.04%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808510400.530.420.2934838.7851.96
HexB455680352A1D15c2734
Octal26412515006552355344764
Binary1011010010101011101000011010110101011101101011100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45568; }

 p { color: rgb(180,85,104); }

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

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

 a { background-color: rgb(180,85,104); }

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

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

 span { border-color: rgb(180,85,104); }

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