#B45B5E

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

Shades of Blush #B45B5E

Tints of Blush #B45B5E

Color information

#B45B5E (or 0xB45B5E) is unknown color: approx Blush. HEX triplet: B4, 5B and 5E. RGB value is (180,91,94). Sum of RGB (Red+Green+Blue) = 180+91+94=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B5E is #4BA4A1. Grayscale: #767676. Windows color (decimal): -4957346 or 6183860. OLE color: 6183860.

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

Color convert

RGB1809194-
CMYK00.490.480.29
HSL357.98º37.24%53.14%-
HSV(B)357.98º49.44%70.59%-
XYZ24.5817.9912.77-
YUV117.95114.49172.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.32%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=49.32%
G=24.93%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180919400.490.480.29357.9837.2453.14
HexB45B5E031301D1662535
Octal26413313606160355464565
Binary1011010010110111011110011000111000011101101100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B5E; }

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

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

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

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

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

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

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

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