#B96691

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

Shades of Hopbush #B96691

Tints of Hopbush #B96691

Color information

#B96691 (or 0xB96691) is unknown color: approx Hopbush. HEX triplet: B9, 66 and 91. RGB value is (185,102,145). Sum of RGB (Red+Green+Blue) = 185+102+145=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B96691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96691 is #46996E. Grayscale: #838383. Windows color (decimal): -4626799 or 9529017. OLE color: 9529017.

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

Color convert

RGB185102145-
CMYK00.450.220.27
HSL328.92º37.22%56.27%-
HSV(B)328.92º44.86%72.55%-
XYZ29.8721.8629.43-
YUV131.72135.5166-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=42.82%
G=23.61%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510214500.450.220.27328.9237.2256.27
HexB9669102D161B1492538
Octal27114622105526335114570
Binary1011100111001101001000101011011011011011101001001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96691; }

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

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

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

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

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

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

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

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