#B86272

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

Shades of Blush #B86272

Tints of Blush #B86272

Color information

#B86272 (or 0xB86272) is unknown color: approx Blush. HEX triplet: B8, 62 and 72. RGB value is (184,98,114). Sum of RGB (Red+Green+Blue) = 184+98+114=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B86272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86272 is #479D8D. Grayscale: #7D7D7D. Windows color (decimal): -4693390 or 7496376. OLE color: 7496376.

HSL color Cylindrical-coordinate representation of color #B86272: hue angle of 348.84º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86272 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18498114-
CMYK00.470.380.28
HSL348.84º37.72%55.29%-
HSV(B)348.84º46.74%72.16%-
XYZ27.1720.1418.37-
YUV125.54121.49169.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 114 (44.92% from 255) = 28.79%
R=46.46%
G=24.75%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849811400.470.380.28348.8437.7255.29
HexB8627202F261C15d2637
Octal27014216205746345354667
Binary1011100011000101110010010111110011011100101011101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86272; }

 p { color: rgb(184,98,114); }

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

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

 a { background-color: rgb(184,98,114); }

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

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

 span { border-color: rgb(184,98,114); }

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