#B9679B

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

Shades of Hopbush #B9679B

Tints of Hopbush #B9679B

Color information

#B9679B (or 0xB9679B) is unknown color: approx Hopbush. HEX triplet: B9, 67 and 9B. RGB value is (185,103,155). Sum of RGB (Red+Green+Blue) = 185+103+155=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9679B is #469864. Grayscale: #858585. Windows color (decimal): -4626533 or 10184633. OLE color: 10184633.

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

Color convert

RGB185103155-
CMYK00.440.160.27
HSL321.95º36.94%56.47%-
HSV(B)321.95º44.32%72.55%-
XYZ30.7722.3833.71-
YUV133.45140.17164.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=41.76%
G=23.25%
B=34.99%

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
Decimal18510315500.440.160.27321.9536.9456.47
HexB9679B02C101B1422538
Octal27114723305420335024570
Binary1011100111001111001101101011001000011011101000010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9679B; }

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

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

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

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

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

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

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

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