#B9639C

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

Shades of Hopbush #B9639C

Tints of Hopbush #B9639C

Color information

#B9639C (or 0xB9639C) is unknown color: approx Hopbush. HEX triplet: B9, 63 and 9C. RGB value is (185,99,156). Sum of RGB (Red+Green+Blue) = 185+99+156=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9639C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9639C is #469C63. Grayscale: #838383. Windows color (decimal): -4627556 or 10249145. OLE color: 10249145.

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

Color convert

RGB18599156-
CMYK00.460.160.27
HSL320.23º38.05%55.69%-
HSV(B)320.23º46.49%72.55%-
XYZ30.4721.6434.02-
YUV131.21141.99166.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 156 (61.33% from 255) = 35.45%
R=42.05%
G=22.5%
B=35.45%

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
Decimal1859915600.460.160.27320.2338.0555.69
HexB9639C02E101B1402638
Octal27114323405620335004670
Binary1011100111000111001110001011101000011011101000000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9639C; }

 p { color: rgb(185,99,156); }

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

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

 a { background-color: rgb(185,99,156); }

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

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

 span { border-color: rgb(185,99,156); }

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