#B6545E

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

Shades of Blush #B6545E

Tints of Blush #B6545E

Color information

#B6545E (or 0xB6545E) is unknown color: approx Blush. HEX triplet: B6, 54 and 5E. RGB value is (182,84,94). Sum of RGB (Red+Green+Blue) = 182+84+94=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B6545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6545E is #49ABA1. Grayscale: #727272. Windows color (decimal): -4828066 or 6182070. OLE color: 6182070.

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

Color convert

RGB1828494-
CMYK00.540.480.29
HSL353.88º40.16%52.16%-
HSV(B)353.88º53.85%71.37%-
XYZ24.4817.0912.6-
YUV114.44116.47176.19-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.56%
GREEN value IS 84 (33.20% from 255) = 23.33%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=50.56%
G=23.33%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182849400.540.480.29353.8840.1652.16
HexB6545E036301D1622834
Octal26612413606660355425064
Binary1011011010101001011110011011011000011101101100010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6545E; }

 p { color: rgb(182,84,94); }

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

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

 a { background-color: rgb(182,84,94); }

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

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

 span { border-color: rgb(182,84,94); }

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