#B8525D

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

Shades of Blush #B8525D

Tints of Blush #B8525D

Color information

#B8525D (or 0xB8525D) is unknown color: approx Blush. HEX triplet: B8, 52 and 5D. RGB value is (184,82,93). Sum of RGB (Red+Green+Blue) = 184+82+93=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8525D is #47ADA2. Grayscale: #717171. Windows color (decimal): -4697507 or 6116024. OLE color: 6116024.

HSL color Cylindrical-coordinate representation of color #B8525D: hue angle of 353.53º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8525D is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1848293-
CMYK00.550.490.28
HSL353.53º41.8%52.16%-
HSV(B)353.53º55.43%72.16%-
XYZ24.7617.0212.34-
YUV113.75116.29178.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.25%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 93 (36.72% from 255) = 25.91%
R=51.25%
G=22.84%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184829300.550.490.28353.5341.852.16
HexB8525D037311C1622a34
Octal27012213506761345425264
Binary1011100010100101011101011011111000111100101100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8525D; }

 p { color: rgb(184,82,93); }

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

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

 a { background-color: rgb(184,82,93); }

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

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

 span { border-color: rgb(184,82,93); }

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