#B45D61

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

Shades of Blush #B45D61

Tints of Blush #B45D61

Color information

#B45D61 (or 0xB45D61) is unknown color: approx Blush. HEX triplet: B4, 5D and 61. RGB value is (180,93,97). Sum of RGB (Red+Green+Blue) = 180+93+97=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D61 is #4BA29E. Grayscale: #777777. Windows color (decimal): -4956831 or 6380980. OLE color: 6380980.

HSL color Cylindrical-coordinate representation of color #B45D61: hue angle of 357.24º 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 #B45D61 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1809397-
CMYK00.480.460.29
HSL357.24º36.71%53.53%-
HSV(B)357.24º48.33%70.59%-
XYZ24.8918.413.55-
YUV119.47115.32171.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=48.65%
G=25.14%
B=26.22%

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
Decimal180939700.480.460.29357.2436.7153.53
HexB45D610302E1D1652536
Octal26413514106056355454566
Binary1011010010111011100001011000010111011101101100101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D61; }

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

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

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

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

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

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

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

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