#b9669d

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

Shades of Hopbush #B9669D

Tints of Hopbush #B9669D

Color information

#B9669D (or 0xB9669D) is unknown color: approx Hopbush. HEX triplet: B9, 66 and 9D. RGB value is (185,102,157). Sum of RGB (Red+Green+Blue) = 185+102+157=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9669D is #469962. Grayscale: #848484. Windows color (decimal): -4626787 or 10315449. OLE color: 10315449.

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

Color convert

RGB185102157-
CMYK00.450.150.27
HSL320.24º37.22%56.27%-
HSV(B)320.24º44.86%72.55%-
XYZ30.8422.2534.57-
YUV133.09141.5165.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=41.67%
G=22.97%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510215700.450.150.27320.2437.2256.27
HexB9669D02DF1B1402538
Octal27114623505517335004570
Binary101110011100110100111010101101111111011101000000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9669d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9669d; }

 p { color: rgb(185,102,157); }

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

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

 a { background-color: rgb(185,102,157); }

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

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

 span { border-color: rgb(185,102,157); }

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