#B96B99

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

Shades of Hopbush #B96B99

Tints of Hopbush #B96B99

Color information

#B96B99 (or 0xB96B99) is unknown color: approx Hopbush. HEX triplet: B9, 6B and 99. RGB value is (185,107,153). Sum of RGB (Red+Green+Blue) = 185+107+153=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B99 is #469466. Grayscale: #878787. Windows color (decimal): -4625511 or 10054585. OLE color: 10054585.

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

Color convert

RGB185107153-
CMYK00.420.170.27
HSL324.62º35.78%57.25%-
HSV(B)324.62º42.16%72.55%-
XYZ31.0223.1332.97-
YUV135.57137.84163.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 107 (42.19% from 255) = 24.04%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=41.57%
G=24.04%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510715300.420.170.27324.6235.7857.25
HexB96B9902A111B1452439
Octal27115323105221335054471
Binary1011100111010111001100101010101000111011101000101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B99; }

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

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

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

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

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

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

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

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