#BF8255

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

Shades of Twine #BF8255

Tints of Twine #BF8255

Color information

#BF8255 (or 0xBF8255) is unknown color: approx Twine. HEX triplet: BF, 82 and 55. RGB value is (191,130,85). Sum of RGB (Red+Green+Blue) = 191+130+85=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8255 is #407DAA. Grayscale: #8F8F8F. Windows color (decimal): -4226475 or 5604031. OLE color: 5604031.

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

Color convert

RGB19113085-
CMYK00.320.550.25
HSL25.47º45.3%54.12%-
HSV(B)25.47º55.5%74.9%-
XYZ31.1127.712.3-
YUV143.1195.21162.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 130 (51.17% from 255) = 32.02%
BLUE value IS 85 (33.59% from 255) = 20.94%
R=47.04%
G=32.02%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911308500.320.550.2525.4745.354.12
HexBF82550203719192d36
Octal2772021250406731315566
Binary1011111110000010101010101000001101111100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8255; }

 p { color: rgb(191,130,85); }

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

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

 a { background-color: rgb(191,130,85); }

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

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

 span { border-color: rgb(191,130,85); }

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