#B8525C

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

Shades of Blush #B8525C

Tints of Blush #B8525C

Color information

#B8525C (or 0xB8525C) is unknown color: approx Blush. HEX triplet: B8, 52 and 5C. RGB value is (184,82,92). Sum of RGB (Red+Green+Blue) = 184+82+92=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8525C is #47ADA3. Grayscale: #717171. Windows color (decimal): -4697508 or 6050488. OLE color: 6050488.

HSL color Cylindrical-coordinate representation of color #B8525C: hue angle of 354.12º 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 #B8525C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB1848292-
CMYK00.550.500.28
HSL354.12º41.8%52.16%-
HSV(B)354.12º55.43%72.16%-
XYZ24.721712.1-
YUV113.64115.79178.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.40%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 92 (36.33% from 255) = 25.70%
R=51.40%
G=22.91%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184829200.550.500.28354.1241.852.16
HexB8525C037321C1622a34
Octal27012213406762345425264
Binary1011100010100101011100011011111001011100101100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8525C; }

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

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

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

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

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

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

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

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