#B86997

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

Shades of Hopbush #B86997

Tints of Hopbush #B86997

Color information

#B86997 (or 0xB86997) is unknown color: approx Hopbush. HEX triplet: B8, 69 and 97. RGB value is (184,105,151). Sum of RGB (Red+Green+Blue) = 184+105+151=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B86997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86997 is #479668. Grayscale: #858585. Windows color (decimal): -4691561 or 9923000. OLE color: 9923000.

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

Color convert

RGB184105151-
CMYK00.430.180.28
HSL325.06º35.75%56.67%-
HSV(B)325.06º42.93%72.16%-
XYZ30.422.5332.02-
YUV133.86137.67163.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 151 (59.38% from 255) = 34.32%
R=41.82%
G=23.86%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410515100.430.180.28325.0635.7556.67
HexB8699702B121C1452439
Octal27015122705322345054471
Binary1011100011010011001011101010111001011100101000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86997; }

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

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

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

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

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

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

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

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