#B86B95

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

Shades of Hopbush #B86B95

Tints of Hopbush #B86B95

Color information

#B86B95 (or 0xB86B95) is unknown color: approx Hopbush. HEX triplet: B8, 6B and 95. RGB value is (184,107,149). Sum of RGB (Red+Green+Blue) = 184+107+149=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 149 (58.59% from 255 or 33.86% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B95 is #47946A. Grayscale: #868686. Windows color (decimal): -4691051 or 9792440. OLE color: 9792440.

HSL color Cylindrical-coordinate representation of color #B86B95: hue angle of 327.27º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B95 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB184107149-
CMYK00.420.190.28
HSL327.27º35.16%57.06%-
HSV(B)327.27º41.85%72.16%-
XYZ30.4522.8831.24-
YUV134.81136.01163.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 107 (42.19% from 255) = 24.32%
BLUE value IS 149 (58.59% from 255) = 33.86%
R=41.82%
G=24.32%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410714900.420.190.28327.2735.1657.06
HexB86B9502A131C1472339
Octal27015322505223345074371
Binary1011100011010111001010101010101001111100101000111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B95; }

 p { color: rgb(184,107,149); }

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

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

 a { background-color: rgb(184,107,149); }

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

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

 span { border-color: rgb(184,107,149); }

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