#BF66A5

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

Shades of Hopbush #BF66A5

Tints of Hopbush #BF66A5

Color information

#BF66A5 (or 0xBF66A5) is unknown color: approx Hopbush. HEX triplet: BF, 66 and A5. RGB value is (191,102,165). Sum of RGB (Red+Green+Blue) = 191+102+165=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66A5 is #40995A. Grayscale: #878787. Windows color (decimal): -4233563 or 10839743. OLE color: 10839743.

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

Color convert

RGB191102165-
CMYK00.470.140.25
HSL317.53º41.01%57.45%-
HSV(B)317.53º46.6%74.9%-
XYZ33.0323.338.35-
YUV135.79144.49167.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=41.70%
G=22.27%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110216500.470.140.25317.5341.0157.45
HexBF66A502FE1913e2939
Octal27714624505716314765171
Binary101111111100110101001010101111111011001100111110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF66A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF66A5; }

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

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

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

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

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

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

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

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