#BF7996

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

Shades of Hopbush #BF7996

Tints of Hopbush #BF7996

Color information

#BF7996 (or 0xBF7996) is unknown color: approx Hopbush. HEX triplet: BF, 79 and 96. RGB value is (191,121,150). Sum of RGB (Red+Green+Blue) = 191+121+150=462 (61% of max value = 765). Red value is 191 (75% from 255 or 41.34% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7996 is #408669. Grayscale: #919191. Windows color (decimal): -4228714 or 9861567. OLE color: 9861567.

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

Color convert

RGB191121150-
CMYK00.370.210.25
HSL335.14º35.35%61.18%-
HSV(B)335.14º36.65%74.9%-
XYZ33.8326.9532.27-
YUV145.24130.69160.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.34%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=41.34%
G=26.19%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112115000.370.210.25335.1435.3561.18
HexBF7996025151914f233d
Octal27717122604525315174375
Binary1011111111110011001011001001011010111001101001111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7996; }

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

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

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

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

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

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

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

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