#B45D62

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

Shades of Blush #B45D62

Tints of Blush #B45D62

Color information

#B45D62 (or 0xB45D62) is unknown color: approx Blush. HEX triplet: B4, 5D and 62. RGB value is (180,93,98). Sum of RGB (Red+Green+Blue) = 180+93+98=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D62 is #4BA29D. Grayscale: #777777. Windows color (decimal): -4956830 or 6446516. OLE color: 6446516.

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

Color convert

RGB1809398-
CMYK00.480.460.29
HSL356.55º36.71%53.53%-
HSV(B)356.55º48.33%70.59%-
XYZ24.9418.4113.79-
YUV119.58115.82171.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=48.52%
G=25.07%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180939800.480.460.29356.5536.7153.53
HexB45D620302E1D1652536
Octal26413514206056355454566
Binary1011010010111011100010011000010111011101101100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D62; }

 p { color: rgb(180,93,98); }

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

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

 a { background-color: rgb(180,93,98); }

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

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

 span { border-color: rgb(180,93,98); }

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