#BF7096

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

Shades of Hopbush #BF7096

Tints of Hopbush #BF7096

Color information

#BF7096 (or 0xBF7096) is unknown color: approx Hopbush. HEX triplet: BF, 70 and 96. RGB value is (191,112,150). Sum of RGB (Red+Green+Blue) = 191+112+150=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7096 is #408F69. Grayscale: #8B8B8B. Windows color (decimal): -4231018 or 9859263. OLE color: 9859263.

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

Color convert

RGB191112150-
CMYK00.410.210.25
HSL331.14º38.16%59.41%-
HSV(B)331.14º41.36%74.9%-
XYZ32.7924.8731.93-
YUV139.95133.67164.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 112 (44.14% from 255) = 24.72%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=42.16%
G=24.72%
B=33.11%

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
Decimal19111215000.410.210.25331.1438.1659.41
HexBF7096029151914b263b
Octal27716022605125315134673
Binary1011111111100001001011001010011010111001101001011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7096; }

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

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

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

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

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

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

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

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