#B96896

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

Shades of Hopbush #B96896

Tints of Hopbush #B96896

Color information

#B96896 (or 0xB96896) is unknown color: approx Hopbush. HEX triplet: B9, 68 and 96. RGB value is (185,104,150). Sum of RGB (Red+Green+Blue) = 185+104+150=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B96896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96896 is #469769. Grayscale: #858585. Windows color (decimal): -4626282 or 9857209. OLE color: 9857209.

HSL color Cylindrical-coordinate representation of color #B96896: hue angle of 325.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96896 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB185104150-
CMYK00.440.190.27
HSL325.93º36.65%56.67%-
HSV(B)325.93º43.78%72.55%-
XYZ30.4622.4231.58-
YUV133.46137.34164.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 104 (41.02% from 255) = 23.69%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=42.14%
G=23.69%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510415000.440.190.27325.9336.6556.67
HexB9689602C131B1462539
Octal27115022605423335064571
Binary1011100111010001001011001011001001111011101000110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96896; }

 p { color: rgb(185,104,150); }

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

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

 a { background-color: rgb(185,104,150); }

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

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

 span { border-color: rgb(185,104,150); }

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