#B9669B

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

Shades of Hopbush #B9669B

Tints of Hopbush #B9669B

Color information

#B9669B (or 0xB9669B) is unknown color: approx Hopbush. HEX triplet: B9, 66 and 9B. RGB value is (185,102,155). Sum of RGB (Red+Green+Blue) = 185+102+155=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9669B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9669B is #469964. Grayscale: #848484. Windows color (decimal): -4626789 or 10184377. OLE color: 10184377.

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

Color convert

RGB185102155-
CMYK00.450.160.27
HSL321.69º37.22%56.27%-
HSV(B)321.69º44.86%72.55%-
XYZ30.6822.1833.68-
YUV132.86140.5165.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=41.86%
G=23.08%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510215500.450.160.27321.6937.2256.27
HexB9669B02D101B1422538
Octal27114623305520335024570
Binary1011100111001101001101101011011000011011101000010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9669B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9669B; }

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

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

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

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

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

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

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

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