#BF7993

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

Shades of Hopbush #BF7993

Tints of Hopbush #BF7993

Color information

#BF7993 (or 0xBF7993) is unknown color: approx Hopbush. HEX triplet: BF, 79 and 93. RGB value is (191,121,147). Sum of RGB (Red+Green+Blue) = 191+121+147=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7993 is #40866C. Grayscale: #909090. Windows color (decimal): -4228717 or 9664959. OLE color: 9664959.

HSL color Cylindrical-coordinate representation of color #BF7993: hue angle of 337.71º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7993 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB191121147-
CMYK00.370.230.25
HSL337.71º35.35%61.18%-
HSV(B)337.71º36.65%74.9%-
XYZ33.5926.8631.02-
YUV144.89129.19160.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=41.61%
G=26.36%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112114700.370.230.25337.7135.3561.18
HexBF79930251719152233d
Octal27717122304527315224375
Binary1011111111110011001001101001011011111001101010010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7993; }

 p { color: rgb(191,121,147); }

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

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

 a { background-color: rgb(191,121,147); }

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

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

 span { border-color: rgb(191,121,147); }

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