#BF6195

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

Shades of Hopbush #BF6195

Tints of Hopbush #BF6195

Color information

#BF6195 (or 0xBF6195) is unknown color: approx Hopbush. HEX triplet: BF, 61 and 95. RGB value is (191,97,149). Sum of RGB (Red+Green+Blue) = 191+97+149=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6195 is #409E6A. Grayscale: #828282. Windows color (decimal): -4234859 or 9789887. OLE color: 9789887.

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

Color convert

RGB19197149-
CMYK00.490.220.25
HSL326.81º42.34%56.47%-
HSV(B)326.81º49.21%74.9%-
XYZ31.1921.831-
YUV131.03138.14170.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.71%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 149 (58.59% from 255) = 34.10%
R=43.71%
G=22.20%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919714900.490.220.25326.8142.3456.47
HexBF619503116191472a38
Octal27714122506126315075270
Binary1011111111000011001010101100011011011001101000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6195; }

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

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

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

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

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

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

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

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