#B8516B

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

Shades of Blush #B8516B

Tints of Blush #B8516B

Color information

#B8516B (or 0xB8516B) is unknown color: approx Blush. HEX triplet: B8, 51 and 6B. RGB value is (184,81,107). Sum of RGB (Red+Green+Blue) = 184+81+107=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8516B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8516B is #47AE94. Grayscale: #727272. Windows color (decimal): -4697749 or 7033272. OLE color: 7033272.

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

Color convert

RGB18481107-
CMYK00.560.420.28
HSL344.85º42.04%51.96%-
HSV(B)344.85º55.98%72.16%-
XYZ25.3617.1415.88-
YUV114.76123.62177.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.46%
GREEN value IS 81 (32.03% from 255) = 21.77%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=49.46%
G=21.77%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848110700.560.420.28344.8542.0451.96
HexB8516B0382A1C1592a34
Octal27012115307052345315264
Binary1011100010100011101011011100010101011100101011001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8516B; }

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

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

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

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

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

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

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

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