#B9689B

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

Shades of Hopbush #B9689B

Tints of Hopbush #B9689B

Color information

#B9689B (or 0xB9689B) is unknown color: approx Hopbush. HEX triplet: B9, 68 and 9B. RGB value is (185,104,155). Sum of RGB (Red+Green+Blue) = 185+104+155=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9689B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9689B is #469764. Grayscale: #858585. Windows color (decimal): -4626277 or 10184889. OLE color: 10184889.

HSL color Cylindrical-coordinate representation of color #B9689B: hue angle of 322.22º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9689B is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB185104155-
CMYK00.440.160.27
HSL322.22º36.65%56.67%-
HSV(B)322.22º43.78%72.55%-
XYZ30.8722.5833.74-
YUV134.03139.84164.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 155 (60.94% from 255) = 34.91%
R=41.67%
G=23.42%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510415500.440.160.27322.2236.6556.67
HexB9689B02C101B1422539
Octal27115023305420335024571
Binary1011100111010001001101101011001000011011101000010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9689B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9689B; }

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

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

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

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

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

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

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

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