#B96499

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

Shades of Hopbush #B96499

Tints of Hopbush #B96499

Color information

#B96499 (or 0xB96499) is unknown color: approx Hopbush. HEX triplet: B9, 64 and 99. RGB value is (185,100,153). Sum of RGB (Red+Green+Blue) = 185+100+153=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B96499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96499 is #469B66. Grayscale: #838383. Windows color (decimal): -4627303 or 10052793. OLE color: 10052793.

HSL color Cylindrical-coordinate representation of color #B96499: hue angle of 322.59º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96499 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB185100153-
CMYK00.460.170.27
HSL322.59º37.78%55.88%-
HSV(B)322.59º45.95%72.55%-
XYZ30.3121.7332.73-
YUV131.46140.16166.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=42.24%
G=22.83%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510015300.460.170.27322.5937.7855.88
HexB9649902E111B1432638
Octal27114423105621335034670
Binary1011100111001001001100101011101000111011101000011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96499; }

 p { color: rgb(185,100,153); }

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

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

 a { background-color: rgb(185,100,153); }

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

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

 span { border-color: rgb(185,100,153); }

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