#BF7392

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

Shades of Hopbush #BF7392

Tints of Hopbush #BF7392

Color information

#BF7392 (or 0xBF7392) is unknown color: approx Hopbush. HEX triplet: BF, 73 and 92. RGB value is (191,115,146). Sum of RGB (Red+Green+Blue) = 191+115+146=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7392 is #408C6D. Grayscale: #8D8D8D. Windows color (decimal): -4230254 or 9597887. OLE color: 9597887.

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

Color convert

RGB191115146-
CMYK00.400.240.25
HSL335.53º37.25%60%-
HSV(B)335.53º39.79%74.9%-
XYZ32.825.4130.37-
YUV141.26130.68163.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 115 (45.31% from 255) = 25.44%
BLUE value IS 146 (57.42% from 255) = 32.30%
R=42.26%
G=25.44%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111514600.400.240.25335.5337.2560
HexBF73920281819150253c
Octal27716322205030315204574
Binary1011111111100111001001001010001100011001101010000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7392; }

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

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

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

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

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

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

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

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