#B9689A

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

Shades of Hopbush #B9689A

Tints of Hopbush #B9689A

Color information

#B9689A (or 0xB9689A) is unknown color: approx Hopbush. HEX triplet: B9, 68 and 9A. RGB value is (185,104,154). Sum of RGB (Red+Green+Blue) = 185+104+154=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9689A is #469765. Grayscale: #858585. Windows color (decimal): -4626278 or 10119353. OLE color: 10119353.

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

Color convert

RGB185104154-
CMYK00.440.170.27
HSL322.96º36.65%56.67%-
HSV(B)322.96º43.78%72.55%-
XYZ30.7922.5533.3-
YUV133.92139.34164.43-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 104 (41.02% from 255) = 23.48%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=41.76%
G=23.48%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510415400.440.170.27322.9636.6556.67
HexB9689A02C111B1432539
Octal27115023205421335034571
Binary1011100111010001001101001011001000111011101000011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9689A; }

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

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

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

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

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

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

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

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