#B86072

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

Shades of Blush #B86072

Tints of Blush #B86072

Color information

#B86072 (or 0xB86072) is unknown color: approx Blush. HEX triplet: B8, 60 and 72. RGB value is (184,96,114). Sum of RGB (Red+Green+Blue) = 184+96+114=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B86072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86072 is #479F8D. Grayscale: #7C7C7C. Windows color (decimal): -4693902 or 7495864. OLE color: 7495864.

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

Color convert

RGB18496114-
CMYK00.480.380.28
HSL347.73º38.26%54.9%-
HSV(B)347.73º47.83%72.16%-
XYZ26.9919.7718.31-
YUV124.36122.15170.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 114 (44.92% from 255) = 28.93%
R=46.70%
G=24.37%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849611400.480.380.28347.7338.2654.9
HexB86072030261C15c2637
Octal27014016206046345344667
Binary1011100011000001110010011000010011011100101011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86072; }

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

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

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

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

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

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

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

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