#B45D5E

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

Shades of Blush #B45D5E

Tints of Blush #B45D5E

Color information

#B45D5E (or 0xB45D5E) is unknown color: approx Blush. HEX triplet: B4, 5D and 5E. RGB value is (180,93,94). Sum of RGB (Red+Green+Blue) = 180+93+94=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D5E is #4BA2A1. Grayscale: #777777. Windows color (decimal): -4956834 or 6184372. OLE color: 6184372.

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

Color convert

RGB1809394-
CMYK00.480.480.29
HSL359.31º36.71%53.53%-
HSV(B)359.31º48.33%70.59%-
XYZ24.7618.3412.82-
YUV119.13113.82171.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=49.05%
G=25.34%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180939400.480.480.29359.3136.7153.53
HexB45D5E030301D1672536
Octal26413513606060355474566
Binary1011010010111011011110011000011000011101101100111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45D5E; }

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

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

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

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

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

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

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

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