#BF728F

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

Shades of Hopbush #BF728F

Tints of Hopbush #BF728F

Color information

#BF728F (or 0xBF728F) is unknown color: approx Hopbush. HEX triplet: BF, 72 and 8F. RGB value is (191,114,143). Sum of RGB (Red+Green+Blue) = 191+114+143=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF728F is #408D70. Grayscale: #8C8C8C. Windows color (decimal): -4230513 or 9401023. OLE color: 9401023.

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

Color convert

RGB191114143-
CMYK00.400.250.25
HSL337.4º37.56%59.8%-
HSV(B)337.4º40.31%74.9%-
XYZ32.4625.0929.12-
YUV140.33129.51164.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=42.63%
G=25.45%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111414300.400.250.25337.437.5659.8
HexBF728F0281919151263c
Octal27716221705031315214674
Binary1011111111100101000111101010001100111001101010001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF728F; }

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

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

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

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

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

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

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

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