#BF669A

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

Shades of Hopbush #BF669A

Tints of Hopbush #BF669A

Color information

#BF669A (or 0xBF669A) is unknown color: approx Hopbush. HEX triplet: BF, 66 and 9A. RGB value is (191,102,154). Sum of RGB (Red+Green+Blue) = 191+102+154=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF669A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF669A is #409965. Grayscale: #868686. Windows color (decimal): -4233574 or 10118847. OLE color: 10118847.

HSL color Cylindrical-coordinate representation of color #BF669A: hue angle of 324.94º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF669A is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB191102154-
CMYK00.470.190.25
HSL324.94º41.01%57.45%-
HSV(B)324.94º46.6%74.9%-
XYZ32.0722.9133.3-
YUV134.54138.99168.27-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=42.73%
G=22.82%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110215400.470.190.25324.9441.0157.45
HexBF669A02F13191452939
Octal27714623205723315055171
Binary1011111111001101001101001011111001111001101000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF669A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF669A; }

 p { color: rgb(191,102,154); }

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

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

 a { background-color: rgb(191,102,154); }

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

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

 span { border-color: rgb(191,102,154); }

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