#B45864

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

Shades of Blush #B45864

Tints of Blush #B45864

Color information

#B45864 (or 0xB45864) is unknown color: approx Blush. HEX triplet: B4, 58 and 64. RGB value is (180,88,100). Sum of RGB (Red+Green+Blue) = 180+88+100=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B45864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45864 is #4BA79B. Grayscale: #747474. Windows color (decimal): -4958108 or 6576308. OLE color: 6576308.

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

Color convert

RGB18088100-
CMYK00.510.440.29
HSL352.17º38.02%52.55%-
HSV(B)352.17º51.11%70.59%-
XYZ24.6117.614.16-
YUV116.88118.48173.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.91%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 100 (39.45% from 255) = 27.17%
R=48.91%
G=23.91%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808810000.510.440.29352.1738.0252.55
HexB458640332C1D1602635
Octal26413014406354355404665
Binary1011010010110001100100011001110110011101101100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45864; }

 p { color: rgb(180,88,100); }

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

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

 a { background-color: rgb(180,88,100); }

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

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

 span { border-color: rgb(180,88,100); }

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