#B8506E

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

Shades of Blush #B8506E

Tints of Blush #B8506E

Color information

#B8506E (or 0xB8506E) is unknown color: approx Blush. HEX triplet: B8, 50 and 6E. RGB value is (184,80,110). Sum of RGB (Red+Green+Blue) = 184+80+110=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B8506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8506E is #47AF91. Grayscale: #727272. Windows color (decimal): -4698002 or 7229624. OLE color: 7229624.

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

Color convert

RGB18480110-
CMYK00.570.400.28
HSL342.69º42.28%51.76%-
HSV(B)342.69º56.52%72.16%-
XYZ25.4517.0516.7-
YUV114.52125.46177.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.20%
GREEN value IS 80 (31.64% from 255) = 21.39%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=49.20%
G=21.39%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848011000.570.400.28342.6942.2851.76
HexB8506E039281C1572a34
Octal27012015607150345275264
Binary1011100010100001101110011100110100011100101010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8506E; }

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

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

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

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

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

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

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

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