#BF6192

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

Shades of Hopbush #BF6192

Tints of Hopbush #BF6192

Color information

#BF6192 (or 0xBF6192) is unknown color: approx Hopbush. HEX triplet: BF, 61 and 92. RGB value is (191,97,146). Sum of RGB (Red+Green+Blue) = 191+97+146=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6192 is #409E6D. Grayscale: #828282. Windows color (decimal): -4234862 or 9593279. OLE color: 9593279.

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

Color convert

RGB19197146-
CMYK00.490.240.25
HSL328.72º42.34%56.47%-
HSV(B)328.72º49.21%74.9%-
XYZ30.9521.729.75-
YUV130.69136.64171.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.01%
GREEN value IS 97 (38.28% from 255) = 22.35%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=44.01%
G=22.35%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919714600.490.240.25328.7242.3456.47
HexBF619203118191492a38
Octal27714122206130315115270
Binary1011111111000011001001001100011100011001101001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6192; }

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

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

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

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

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

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

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

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