#B96495

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

Shades of Hopbush #B96495

Tints of Hopbush #B96495

Color information

#B96495 (or 0xB96495) is unknown color: approx Hopbush. HEX triplet: B9, 64 and 95. RGB value is (185,100,149). Sum of RGB (Red+Green+Blue) = 185+100+149=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96495 is #469B6A. Grayscale: #828282. Windows color (decimal): -4627307 or 9790649. OLE color: 9790649.

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

Color convert

RGB185100149-
CMYK00.460.190.27
HSL325.41º37.78%55.88%-
HSV(B)325.41º45.95%72.55%-
XYZ29.9921.631.02-
YUV131138.16166.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=42.63%
G=23.04%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510014900.460.190.27325.4137.7855.88
HexB9649502E131B1452638
Octal27114422505623335054670
Binary1011100111001001001010101011101001111011101000101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96495; }

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

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

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

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

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

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

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

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