#B8515B

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

Shades of Blush #B8515B

Tints of Blush #B8515B

Color information

#B8515B (or 0xB8515B) is unknown color: approx Blush. HEX triplet: B8, 51 and 5B. RGB value is (184,81,91). Sum of RGB (Red+Green+Blue) = 184+81+91=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8515B is #47AEA4. Grayscale: #717171. Windows color (decimal): -4697765 or 5984696. OLE color: 5984696.

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

Color convert

RGB1848191-
CMYK00.560.510.28
HSL354.17º42.04%51.96%-
HSV(B)354.17º55.98%72.16%-
XYZ24.616.8311.85-
YUV112.94115.62178.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.69%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 91 (35.94% from 255) = 25.56%
R=51.69%
G=22.75%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184819100.560.510.28354.1742.0451.96
HexB8515B038331C1622a34
Octal27012113307063345425264
Binary1011100010100011011011011100011001111100101100010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8515B; }

 p { color: rgb(184,81,91); }

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

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

 a { background-color: rgb(184,81,91); }

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

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

 span { border-color: rgb(184,81,91); }

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