#B96497

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

Shades of Hopbush #B96497

Tints of Hopbush #B96497

Color information

#B96497 (or 0xB96497) is unknown color: approx Hopbush. HEX triplet: B9, 64 and 97. RGB value is (185,100,151). Sum of RGB (Red+Green+Blue) = 185+100+151=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96497 is #469B68. Grayscale: #838383. Windows color (decimal): -4627305 or 9921721. OLE color: 9921721.

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

Color convert

RGB185100151-
CMYK00.460.180.27
HSL324º37.78%55.88%-
HSV(B)324º45.95%72.55%-
XYZ30.1521.6631.87-
YUV131.23139.16166.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 100 (39.45% from 255) = 22.94%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=42.43%
G=22.94%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510015100.460.180.2732437.7855.88
HexB9649702E121B1442638
Octal27114422705622335044670
Binary1011100111001001001011101011101001011011101000100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96497; }

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

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

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

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

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

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

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

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