#B86163

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

Shades of Blush #B86163

Tints of Blush #B86163

Color information

#B86163 (or 0xB86163) is unknown color: approx Blush. HEX triplet: B8, 61 and 63. RGB value is (184,97,99). Sum of RGB (Red+Green+Blue) = 184+97+99=380 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.42% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 184 - color contains mainly: red. Hex color #B86163 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86163 is #479E9C. Grayscale: #7B7B7B. Windows color (decimal): -4693661 or 6513080. OLE color: 6513080.

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

Color convert

RGB1849799-
CMYK00.470.460.28
HSL358.62º37.99%55.1%-
HSV(B)358.62º47.28%72.16%-
XYZ26.2919.6414.21-
YUV123.24114.32171.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.42%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=48.42%
G=25.53%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184979900.470.460.28358.6237.9955.1
HexB8616302F2E1C1672637
Octal27014114305756345474667
Binary1011100011000011100011010111110111011100101100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86163; }

 p { color: rgb(184,97,99); }

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

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

 a { background-color: rgb(184,97,99); }

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

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

 span { border-color: rgb(184,97,99); }

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