#B96891

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

Shades of Hopbush #B96891

Tints of Hopbush #B96891

Color information

#B96891 (or 0xB96891) is unknown color: approx Hopbush. HEX triplet: B9, 68 and 91. RGB value is (185,104,145). Sum of RGB (Red+Green+Blue) = 185+104+145=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96891 is #46976E. Grayscale: #848484. Windows color (decimal): -4626287 or 9529529. OLE color: 9529529.

HSL color Cylindrical-coordinate representation of color #B96891: hue angle of 329.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96891 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB185104145-
CMYK00.440.220.27
HSL329.63º36.65%56.67%-
HSV(B)329.63º43.78%72.55%-
XYZ30.0722.2629.5-
YUV132.89134.84165.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 104 (41.02% from 255) = 23.96%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=42.63%
G=23.96%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510414500.440.220.27329.6336.6556.67
HexB9689102C161B14a2539
Octal27115022105426335124571
Binary1011100111010001001000101011001011011011101001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96891; }

 p { color: rgb(185,104,145); }

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

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

 a { background-color: rgb(185,104,145); }

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

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

 span { border-color: rgb(185,104,145); }

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