#B96291

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

Shades of Hopbush #B96291

Tints of Hopbush #B96291

Color information

#B96291 (or 0xB96291) is unknown color: approx Hopbush. HEX triplet: B9, 62 and 91. RGB value is (185,98,145). Sum of RGB (Red+Green+Blue) = 185+98+145=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B96291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96291 is #469D6E. Grayscale: #818181. Windows color (decimal): -4627823 or 9527993. OLE color: 9527993.

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

Color convert

RGB18598145-
CMYK00.470.220.27
HSL327.59º38.33%55.49%-
HSV(B)327.59º47.03%72.55%-
XYZ29.4921.0929.31-
YUV129.37136.82167.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 98 (38.67% from 255) = 22.90%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=43.22%
G=22.90%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859814500.470.220.27327.5938.3355.49
HexB9629102F161B1482637
Octal27114222105726335104667
Binary1011100111000101001000101011111011011011101001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96291; }

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

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

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

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

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

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

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

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