#BF6991

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

Shades of Hopbush #BF6991

Tints of Hopbush #BF6991

Color information

#BF6991 (or 0xBF6991) is unknown color: approx Hopbush. HEX triplet: BF, 69 and 91. RGB value is (191,105,145). Sum of RGB (Red+Green+Blue) = 191+105+145=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 105 (41.41% from 255 or 23.81% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6991 is #40966E. Grayscale: #878787. Windows color (decimal): -4232815 or 9529791. OLE color: 9529791.

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

Color convert

RGB191105145-
CMYK00.450.240.25
HSL332.09º40.19%58.04%-
HSV(B)332.09º45.03%74.9%-
XYZ31.6523.2229.6-
YUV135.27133.49167.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 105 (41.41% from 255) = 23.81%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=43.31%
G=23.81%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110514500.450.240.25332.0940.1958.04
HexBF699102D181914c283a
Octal27715122105530315145072
Binary1011111111010011001000101011011100011001101001100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6991; }

 p { color: rgb(191,105,145); }

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

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

 a { background-color: rgb(191,105,145); }

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

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

 span { border-color: rgb(191,105,145); }

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