#BF6A99

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

Shades of Hopbush #BF6A99

Tints of Hopbush #BF6A99

Color information

#BF6A99 (or 0xBF6A99) is unknown color: approx Hopbush. HEX triplet: BF, 6A and 99. RGB value is (191,106,153). Sum of RGB (Red+Green+Blue) = 191+106+153=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A99 is #409566. Grayscale: #888888. Windows color (decimal): -4232551 or 10054335. OLE color: 10054335.

HSL color Cylindrical-coordinate representation of color #BF6A99: hue angle of 326.82º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6A99 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB191106153-
CMYK00.450.200.25
HSL326.82º39.91%58.24%-
HSV(B)326.82º44.5%74.9%-
XYZ32.3923.6833-
YUV136.77137.16166.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 153 (60.16% from 255) = 34%
R=42.44%
G=23.56%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110615300.450.200.25326.8239.9158.24
HexBF6A9902D1419147283a
Octal27715223105524315075072
Binary1011111111010101001100101011011010011001101000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A99; }

 p { color: rgb(191,106,153); }

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

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

 a { background-color: rgb(191,106,153); }

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

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

 span { border-color: rgb(191,106,153); }

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