#B86069

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

Shades of Blush #B86069

Tints of Blush #B86069

Color information

#B86069 (or 0xB86069) is unknown color: approx Blush. HEX triplet: B8, 60 and 69. RGB value is (184,96,105). Sum of RGB (Red+Green+Blue) = 184+96+105=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B86069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86069 is #479F96. Grayscale: #7B7B7B. Windows color (decimal): -4693911 or 6906040. OLE color: 6906040.

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

Color convert

RGB18496105-
CMYK00.480.430.28
HSL353.86º38.26%54.9%-
HSV(B)353.86º47.83%72.16%-
XYZ26.519.5815.75-
YUV123.34117.65171.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=47.79%
G=24.94%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849610500.480.430.28353.8638.2654.9
HexB860690302B1C1622637
Octal27014015106053345424667
Binary1011100011000001101001011000010101111100101100010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86069; }

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

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

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

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

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

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

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

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