#BF7992

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

Shades of Hopbush #BF7992

Tints of Hopbush #BF7992

Color information

#BF7992 (or 0xBF7992) is unknown color: approx Hopbush. HEX triplet: BF, 79 and 92. RGB value is (191,121,146). Sum of RGB (Red+Green+Blue) = 191+121+146=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7992 is #40866D. Grayscale: #909090. Windows color (decimal): -4228718 or 9599423. OLE color: 9599423.

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

Color convert

RGB191121146-
CMYK00.370.240.25
HSL338.57º35.35%61.18%-
HSV(B)338.57º36.65%74.9%-
XYZ33.5126.8330.61-
YUV144.78128.69160.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=41.70%
G=26.42%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112114600.370.240.25338.5735.3561.18
HexBF79920251819153233d
Octal27717122204530315234375
Binary1011111111110011001001001001011100011001101010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7992; }

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

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

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

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

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

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

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

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