#BF7296

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

Shades of Hopbush #BF7296

Tints of Hopbush #BF7296

Color information

#BF7296 (or 0xBF7296) is unknown color: approx Hopbush. HEX triplet: BF, 72 and 96. RGB value is (191,114,150). Sum of RGB (Red+Green+Blue) = 191+114+150=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7296 is #408D69. Grayscale: #8D8D8D. Windows color (decimal): -4230506 or 9859775. OLE color: 9859775.

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

Color convert

RGB191114150-
CMYK00.400.210.25
HSL331.95º37.56%59.8%-
HSV(B)331.95º40.31%74.9%-
XYZ33.0125.3132-
YUV141.13133.01163.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=41.98%
G=25.05%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111415000.400.210.25331.9537.5659.8
HexBF7296028151914c263c
Octal27716222605025315144674
Binary1011111111100101001011001010001010111001101001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7296; }

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

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

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

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

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

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

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

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