#BF6690

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

Shades of Hopbush #BF6690

Tints of Hopbush #BF6690

Color information

#BF6690 (or 0xBF6690) is unknown color: approx Hopbush. HEX triplet: BF, 66 and 90. RGB value is (191,102,144). Sum of RGB (Red+Green+Blue) = 191+102+144=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6690 is #40996F. Grayscale: #858585. Windows color (decimal): -4233584 or 9463487. OLE color: 9463487.

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

Color convert

RGB191102144-
CMYK00.470.250.25
HSL331.69º41.01%57.45%-
HSV(B)331.69º46.6%74.9%-
XYZ31.2722.5929.1-
YUV133.4133.99169.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 102 (40.23% from 255) = 23.34%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=43.71%
G=23.34%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110214400.470.250.25331.6941.0157.45
HexBF669002F191914c2939
Octal27714622005731315145171
Binary1011111111001101001000001011111100111001101001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6690; }

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

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

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

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

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

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

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

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