#B6545D

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

Shades of Blush #B6545D

Tints of Blush #B6545D

Color information

#B6545D (or 0xB6545D) is unknown color: approx Blush. HEX triplet: B6, 54 and 5D. RGB value is (182,84,93). Sum of RGB (Red+Green+Blue) = 182+84+93=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6545D is #49ABA2. Grayscale: #727272. Windows color (decimal): -4828067 or 6116534. OLE color: 6116534.

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

Color convert

RGB1828493-
CMYK00.540.490.29
HSL354.49º40.16%52.16%-
HSV(B)354.49º53.85%71.37%-
XYZ24.4417.0812.36-
YUV114.33115.97176.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 84 (33.20% from 255) = 23.40%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=50.70%
G=23.40%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182849300.540.490.29354.4940.1652.16
HexB6545D036311D1622834
Octal26612413506661355425064
Binary1011011010101001011101011011011000111101101100010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6545D; }

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

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

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

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

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

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

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

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