#b9659d

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

Shades of Hopbush #B9659D

Tints of Hopbush #B9659D

Color information

#B9659D (or 0xB9659D) is unknown color: approx Hopbush. HEX triplet: B9, 65 and 9D. RGB value is (185,101,157). Sum of RGB (Red+Green+Blue) = 185+101+157=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9659D is #469A62. Grayscale: #848484. Windows color (decimal): -4627043 or 10315193. OLE color: 10315193.

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

Color convert

RGB185101157-
CMYK00.450.150.27
HSL320º37.5%56.08%-
HSV(B)320º45.41%72.55%-
XYZ30.7522.0634.53-
YUV132.5141.83165.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=41.76%
G=22.80%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510115700.450.150.2732037.556.08
HexB9659D02DF1B1402638
Octal27114523505517335004670
Binary101110011100101100111010101101111111011101000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9659d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9659d; }

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

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

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

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

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

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

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

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