#BF6A90

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

Shades of Hopbush #BF6A90

Tints of Hopbush #BF6A90

Color information

#BF6A90 (or 0xBF6A90) is unknown color: approx Hopbush. HEX triplet: BF, 6A and 90. RGB value is (191,106,144). Sum of RGB (Red+Green+Blue) = 191+106+144=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 106 (41.80% from 255 or 24.04% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6A90 is #40956F. Grayscale: #878787. Windows color (decimal): -4232560 or 9464511. OLE color: 9464511.

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

Color convert

RGB191106144-
CMYK00.450.250.25
HSL333.18º39.91%58.24%-
HSV(B)333.18º44.5%74.9%-
XYZ31.6723.429.23-
YUV135.75132.66167.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 106 (41.80% from 255) = 24.04%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=43.31%
G=24.04%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110614400.450.250.25333.1839.9158.24
HexBF6A9002D191914d283a
Octal27715222005531315155072
Binary1011111111010101001000001011011100111001101001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A90; }

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

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

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

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

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

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

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

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