#B9659B

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

Shades of Hopbush #B9659B

Tints of Hopbush #B9659B

Color information

#B9659B (or 0xB9659B) is unknown color: approx Hopbush. HEX triplet: B9, 65 and 9B. RGB value is (185,101,155). Sum of RGB (Red+Green+Blue) = 185+101+155=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9659B is #469A64. Grayscale: #848484. Windows color (decimal): -4627045 or 10184121. OLE color: 10184121.

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

Color convert

RGB185101155-
CMYK00.450.160.27
HSL321.43º37.5%56.08%-
HSV(B)321.43º45.41%72.55%-
XYZ30.5821.9933.64-
YUV132.27140.83165.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 155 (60.94% from 255) = 35.15%
R=41.95%
G=22.90%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510115500.450.160.27321.4337.556.08
HexB9659B02D101B1412638
Octal27114523305520335014670
Binary1011100111001011001101101011011000011011101000001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9659B; }

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

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

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

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

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

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

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

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