#B86396

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

Shades of Hopbush #B86396

Tints of Hopbush #B86396

Color information

#B86396 (or 0xB86396) is unknown color: approx Hopbush. HEX triplet: B8, 63 and 96. RGB value is (184,99,150). Sum of RGB (Red+Green+Blue) = 184+99+150=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B86396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86396 is #479C69. Grayscale: #828282. Windows color (decimal): -4693098 or 9855928. OLE color: 9855928.

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

Color convert

RGB18499150-
CMYK00.460.180.28
HSL324º37.44%55.49%-
HSV(B)324º46.2%72.16%-
XYZ29.7321.3231.4-
YUV130.23139.16166.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=42.49%
G=22.86%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849915000.460.180.2832437.4455.49
HexB8639602E121C1442537
Octal27014322605622345044567
Binary1011100011000111001011001011101001011100101000100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86396; }

 p { color: rgb(184,99,150); }

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

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

 a { background-color: rgb(184,99,150); }

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

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

 span { border-color: rgb(184,99,150); }

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