#B86992

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

Shades of Hopbush #B86992

Tints of Hopbush #B86992

Color information

#B86992 (or 0xB86992) is unknown color: approx Hopbush. HEX triplet: B8, 69 and 92. RGB value is (184,105,146). Sum of RGB (Red+Green+Blue) = 184+105+146=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 105 (41.41% from 255 or 24.14% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B86992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86992 is #47966D. Grayscale: #858585. Windows color (decimal): -4691566 or 9595320. OLE color: 9595320.

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

Color convert

RGB184105146-
CMYK00.430.210.28
HSL328.86º35.75%56.67%-
HSV(B)328.86º42.93%72.16%-
XYZ30.0122.3729.93-
YUV133.29135.17164.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 105 (41.41% from 255) = 24.14%
BLUE value IS 146 (57.42% from 255) = 33.56%
R=42.30%
G=24.14%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410514600.430.210.28328.8635.7556.67
HexB8699202B151C1492439
Octal27015122205325345114471
Binary1011100011010011001001001010111010111100101001001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86992; }

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

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

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

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

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

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

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

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