#B96598

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

Shades of Hopbush #B96598

Tints of Hopbush #B96598

Color information

#B96598 (or 0xB96598) is unknown color: approx Hopbush. HEX triplet: B9, 65 and 98. RGB value is (185,101,152). Sum of RGB (Red+Green+Blue) = 185+101+152=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 101 (39.84% from 255 or 23.06% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 185 - color contains mainly: red. Hex color #B96598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96598 is #469A67. Grayscale: #838383. Windows color (decimal): -4627048 or 9987513. OLE color: 9987513.

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

Color convert

RGB185101152-
CMYK00.450.180.27
HSL323.57º37.5%56.08%-
HSV(B)323.57º45.41%72.55%-
XYZ30.3321.8932.33-
YUV131.93139.33165.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 101 (39.84% from 255) = 23.06%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=42.24%
G=23.06%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510115200.450.180.27323.5737.556.08
HexB9659802D121B1442638
Octal27114523005522335044670
Binary1011100111001011001100001011011001011011101000100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96598; }

 p { color: rgb(185,101,152); }

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

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

 a { background-color: rgb(185,101,152); }

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

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

 span { border-color: rgb(185,101,152); }

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