#B96490

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

Shades of Hopbush #B96490

Tints of Hopbush #B96490

Color information

#B96490 (or 0xB96490) is unknown color: approx Hopbush. HEX triplet: B9, 64 and 90. RGB value is (185,100,144). Sum of RGB (Red+Green+Blue) = 185+100+144=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B96490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96490 is #469B6F. Grayscale: #828282. Windows color (decimal): -4627312 or 9462969. OLE color: 9462969.

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

Color convert

RGB185100144-
CMYK00.460.220.27
HSL328.94º37.78%55.88%-
HSV(B)328.94º45.95%72.55%-
XYZ29.621.4428.96-
YUV130.43135.66166.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 144 (56.64% from 255) = 33.57%
R=43.12%
G=23.31%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510014400.460.220.27328.9437.7855.88
HexB9649002E161B1492638
Octal27114422005626335114670
Binary1011100111001001001000001011101011011011101001001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96490; }

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

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

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

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

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

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

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

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