#B86D98

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

Shades of Hopbush #B86D98

Tints of Hopbush #B86D98

Color information

#B86D98 (or 0xB86D98) is unknown color: approx Hopbush. HEX triplet: B8, 6D and 98. RGB value is (184,109,152). Sum of RGB (Red+Green+Blue) = 184+109+152=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86D98 is #479267. Grayscale: #888888. Windows color (decimal): -4690536 or 9989560. OLE color: 9989560.

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

Color convert

RGB184109152-
CMYK00.410.170.28
HSL325.6º34.56%57.45%-
HSV(B)325.6º40.76%72.16%-
XYZ30.923.3932.59-
YUV136.33136.85162-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=41.35%
G=24.49%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410915200.410.170.28325.634.5657.45
HexB86D98029111C1462339
Octal27015523005121345064371
Binary1011100011011011001100001010011000111100101000110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86D98; }

 p { color: rgb(184,109,152); }

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

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

 a { background-color: rgb(184,109,152); }

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

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

 span { border-color: rgb(184,109,152); }

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