#B8516E

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

Shades of Blush #B8516E

Tints of Blush #B8516E

Color information

#B8516E (or 0xB8516E) is unknown color: approx Blush. HEX triplet: B8, 51 and 6E. RGB value is (184,81,110). Sum of RGB (Red+Green+Blue) = 184+81+110=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8516E is #47AE91. Grayscale: #737373. Windows color (decimal): -4697746 or 7229880. OLE color: 7229880.

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

Color convert

RGB18481110-
CMYK00.560.400.28
HSL343.11º42.04%51.96%-
HSV(B)343.11º55.98%72.16%-
XYZ25.5217.216.73-
YUV115.1125.12177.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 81 (32.03% from 255) = 21.6%
BLUE value IS 110 (43.36% from 255) = 29.33%
R=49.07%
G=21.6%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848111000.560.400.28343.1142.0451.96
HexB8516E038281C1572a34
Octal27012115607050345275264
Binary1011100010100011101110011100010100011100101010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8516E; }

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

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

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

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

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

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

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

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