#BF659B

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

Shades of Hopbush #BF659B

Tints of Hopbush #BF659B

Color information

#BF659B (or 0xBF659B) is unknown color: approx Hopbush. HEX triplet: BF, 65 and 9B. RGB value is (191,101,155). Sum of RGB (Red+Green+Blue) = 191+101+155=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF659B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF659B is #409A64. Grayscale: #858585. Windows color (decimal): -4233829 or 10184127. OLE color: 10184127.

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

Color convert

RGB191101155-
CMYK00.470.190.25
HSL324º41.28%57.25%-
HSV(B)324º47.12%74.9%-
XYZ32.0622.7533.71-
YUV134.07139.82168.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 101 (39.84% from 255) = 22.60%
BLUE value IS 155 (60.94% from 255) = 34.68%
R=42.73%
G=22.60%
B=34.68%

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
Decimal19110115500.470.190.2532441.2857.25
HexBF659B02F13191442939
Octal27714523305723315045171
Binary1011111111001011001101101011111001111001101000100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF659B; }

 p { color: rgb(191,101,155); }

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

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

 a { background-color: rgb(191,101,155); }

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

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

 span { border-color: rgb(191,101,155); }

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