#B45C63

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

Shades of Blush #B45C63

Tints of Blush #B45C63

Color information

#B45C63 (or 0xB45C63) is unknown color: approx Blush. HEX triplet: B4, 5C and 63. RGB value is (180,92,99). Sum of RGB (Red+Green+Blue) = 180+92+99=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45C63 is #4BA39C. Grayscale: #777777. Windows color (decimal): -4957085 or 6511796. OLE color: 6511796.

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

Color convert

RGB1809299-
CMYK00.490.450.29
HSL355.23º36.97%53.33%-
HSV(B)355.23º48.89%70.59%-
XYZ24.918.2614.02-
YUV119.11116.65171.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 99 (39.06% from 255) = 26.68%
R=48.52%
G=24.80%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180929900.490.450.29355.2336.9753.33
HexB45C630312D1D1632535
Octal26413414306155355434565
Binary1011010010111001100011011000110110111101101100011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C63; }

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

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

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

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

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

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

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

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