#B9649E

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

Shades of Hopbush #B9649E

Tints of Hopbush #B9649E

Color information

#B9649E (or 0xB9649E) is unknown color: approx Hopbush. HEX triplet: B9, 64 and 9E. RGB value is (185,100,158). Sum of RGB (Red+Green+Blue) = 185+100+158=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9649E is #469B61. Grayscale: #838383. Windows color (decimal): -4627298 or 10380473. OLE color: 10380473.

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

Color convert

RGB185100158-
CMYK00.460.150.27
HSL319.06º37.78%55.88%-
HSV(B)319.06º45.95%72.55%-
XYZ30.7421.934.95-
YUV132.03142.66165.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 100 (39.45% from 255) = 22.57%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=41.76%
G=22.57%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510015800.460.150.27319.0637.7855.88
HexB9649E02EF1B13f2638
Octal27114423605617334774670
Binary101110011100100100111100101110111111011100111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9649E; }

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

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

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

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

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

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

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

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