#B9649B

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

Shades of Hopbush #B9649B

Tints of Hopbush #B9649B

Color information

#B9649B (or 0xB9649B) is unknown color: approx Hopbush. HEX triplet: B9, 64 and 9B. RGB value is (185,100,155). Sum of RGB (Red+Green+Blue) = 185+100+155=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9649B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9649B is #469B64. Grayscale: #838383. Windows color (decimal): -4627301 or 10183865. OLE color: 10183865.

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

Color convert

RGB185100155-
CMYK00.460.160.27
HSL321.18º37.78%55.88%-
HSV(B)321.18º45.95%72.55%-
XYZ30.4821.833.61-
YUV131.68141.16166.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=42.05%
G=22.73%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510015500.460.160.27321.1837.7855.88
HexB9649B02E101B1412638
Octal27114423305620335014670
Binary1011100111001001001101101011101000011011101000001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9649B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9649B; }

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

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

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

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

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

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

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

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