#b45b6f

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

Shades of Blush #B45B6F

Tints of Blush #B45B6F

Color information

#B45B6F (or 0xB45B6F) is unknown color: approx Blush. HEX triplet: B4, 5B and 6F. RGB value is (180,91,111). Sum of RGB (Red+Green+Blue) = 180+91+111=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45B6F is #4BA490. Grayscale: #777777. Windows color (decimal): -4957329 or 7297972. OLE color: 7297972.

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

Color convert

RGB18091111-
CMYK00.490.380.29
HSL346.52º37.24%53.14%-
HSV(B)346.52º49.44%70.59%-
XYZ25.4318.3317.24-
YUV119.89122.99170.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.12%
GREEN value IS 91 (35.94% from 255) = 23.82%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=47.12%
G=23.82%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809111100.490.380.29346.5237.2453.14
HexB45B6F031261D15b2535
Octal26413315706146355334565
Binary1011010010110111101111011000110011011101101011011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45b6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45b6f; }

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

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

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

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

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

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

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

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