#BF7097

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

Shades of Hopbush #BF7097

Tints of Hopbush #BF7097

Color information

#BF7097 (or 0xBF7097) is unknown color: approx Hopbush. HEX triplet: BF, 70 and 97. RGB value is (191,112,151). Sum of RGB (Red+Green+Blue) = 191+112+151=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7097 is #408F68. Grayscale: #8B8B8B. Windows color (decimal): -4231017 or 9924799. OLE color: 9924799.

HSL color Cylindrical-coordinate representation of color #BF7097: hue angle of 330.38º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7097 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB191112151-
CMYK00.410.210.25
HSL330.38º38.16%59.41%-
HSV(B)330.38º41.36%74.9%-
XYZ32.8724.932.35-
YUV140.07134.17164.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 151 (59.38% from 255) = 33.26%
R=42.07%
G=24.67%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111215100.410.210.25330.3838.1659.41
HexBF7097029151914a263b
Octal27716022705125315124673
Binary1011111111100001001011101010011010111001101001010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7097; }

 p { color: rgb(191,112,151); }

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

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

 a { background-color: rgb(191,112,151); }

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

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

 span { border-color: rgb(191,112,151); }

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