#BF7F56

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

Shades of Twine #BF7F56

Tints of Twine #BF7F56

Color information

#BF7F56 (or 0xBF7F56) is unknown color: approx Twine. HEX triplet: BF, 7F and 56. RGB value is (191,127,86). Sum of RGB (Red+Green+Blue) = 191+127+86=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 86 (33.98% from 255 or 21.29% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F56 is #4080A9. Grayscale: #8D8D8D. Windows color (decimal): -4227242 or 5668799. OLE color: 5668799.

HSL color Cylindrical-coordinate representation of color #BF7F56: hue angle of 23.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF7F56 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19112786-
CMYK00.340.550.25
HSL23.43º45.06%54.31%-
HSV(B)23.43º54.97%74.9%-
XYZ30.7526.9312.38-
YUV141.4696.7163.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 86 (33.98% from 255) = 21.29%
R=47.28%
G=31.44%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911278600.340.550.2523.4345.0654.31
HexBF7F560223719172d36
Octal2771771260426731275566
Binary101111111111111101011001000101101111100110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F56; }

 p { color: rgb(191,127,86); }

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

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

 a { background-color: rgb(191,127,86); }

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

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

 span { border-color: rgb(191,127,86); }

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