#B9649A

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

Shades of Hopbush #B9649A

Tints of Hopbush #B9649A

Color information

#B9649A (or 0xB9649A) is unknown color: approx Hopbush. HEX triplet: B9, 64 and 9A. RGB value is (185,100,154). Sum of RGB (Red+Green+Blue) = 185+100+154=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 100 (39.45% from 255 or 22.78% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9649A is #469B65. Grayscale: #838383. Windows color (decimal): -4627302 or 10118329. OLE color: 10118329.

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

Color convert

RGB185100154-
CMYK00.460.170.27
HSL321.88º37.78%55.88%-
HSV(B)321.88º45.95%72.55%-
XYZ30.421.7633.17-
YUV131.57140.66166.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 100 (39.45% from 255) = 22.78%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=42.14%
G=22.78%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510015400.460.170.27321.8837.7855.88
HexB9649A02E111B1422638
Octal27114423205621335024670
Binary1011100111001001001101001011101000111011101000010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9649A; }

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

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

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

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

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

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

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

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