#B86266

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

Shades of Blush #B86266

Tints of Blush #B86266

Color information

#B86266 (or 0xB86266) is unknown color: approx Blush. HEX triplet: B8, 62 and 66. RGB value is (184,98,102). Sum of RGB (Red+Green+Blue) = 184+98+102=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B86266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86266 is #479D99. Grayscale: #7C7C7C. Windows color (decimal): -4693402 or 6709944. OLE color: 6709944.

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

Color convert

RGB18498102-
CMYK00.470.450.28
HSL357.21º37.72%55.29%-
HSV(B)357.21º46.74%72.16%-
XYZ26.5319.8915.01-
YUV124.17115.49170.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 98 (38.67% from 255) = 25.52%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=47.92%
G=25.52%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849810200.470.450.28357.2137.7255.29
HexB8626602F2D1C1652637
Octal27014214605755345454667
Binary1011100011000101100110010111110110111100101100101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86266; }

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

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

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

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

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

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

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

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