#b86795

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

Shades of Hopbush #B86795

Tints of Hopbush #B86795

Color information

#B86795 (or 0xB86795) is unknown color: approx Hopbush. HEX triplet: B8, 67 and 95. RGB value is (184,103,149). Sum of RGB (Red+Green+Blue) = 184+103+149=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 103 (40.62% from 255 or 23.62% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B86795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86795 is #47986A. Grayscale: #848484. Windows color (decimal): -4692075 or 9791416. OLE color: 9791416.

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

Color convert

RGB184103149-
CMYK00.440.190.28
HSL325.93º36.32%56.27%-
HSV(B)325.93º44.02%72.16%-
XYZ30.0422.0631.11-
YUV132.46137.34164.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 103 (40.62% from 255) = 23.62%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=42.20%
G=23.62%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410314900.440.190.28325.9336.3256.27
HexB8679502C131C1462438
Octal27014722505423345064470
Binary1011100011001111001010101011001001111100101000110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86795; }

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

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

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

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

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

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

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

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