#BF6095

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

Shades of Hopbush #BF6095

Tints of Hopbush #BF6095

Color information

#BF6095 (or 0xBF6095) is unknown color: approx Hopbush. HEX triplet: BF, 60 and 95. RGB value is (191,96,149). Sum of RGB (Red+Green+Blue) = 191+96+149=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6095 is #409F6A. Grayscale: #828282. Windows color (decimal): -4235115 or 9789631. OLE color: 9789631.

HSL color Cylindrical-coordinate representation of color #BF6095: hue angle of 326.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6095 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19196149-
CMYK00.500.220.25
HSL326.53º42.6%56.27%-
HSV(B)326.53º49.74%74.9%-
XYZ31.0921.6130.97-
YUV130.45138.47171.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=43.81%
G=22.02%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919614900.500.220.25326.5342.656.27
HexBF609503216191472b38
Octal27714022506226315075370
Binary1011111111000001001010101100101011011001101000111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6095; }

 p { color: rgb(191,96,149); }

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

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

 a { background-color: rgb(191,96,149); }

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

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

 span { border-color: rgb(191,96,149); }

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