#B96290

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

Shades of Hopbush #B96290

Tints of Hopbush #B96290

Color information

#B96290 (or 0xB96290) is unknown color: approx Hopbush. HEX triplet: B9, 62 and 90. RGB value is (185,98,144). Sum of RGB (Red+Green+Blue) = 185+98+144=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B96290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96290 is #469D6F. Grayscale: #818181. Windows color (decimal): -4627824 or 9462457. OLE color: 9462457.

HSL color Cylindrical-coordinate representation of color #B96290: hue angle of 328.28º 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 #B96290 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18598144-
CMYK00.470.220.27
HSL328.28º38.33%55.49%-
HSV(B)328.28º47.03%72.55%-
XYZ29.4121.0628.9-
YUV129.26136.32167.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=43.33%
G=22.95%
B=33.72%

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
Decimal1859814400.470.220.27328.2838.3355.49
HexB9629002F161B1482637
Octal27114222005726335104667
Binary1011100111000101001000001011111011011011101001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96290; }

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

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

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

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

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

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

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

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