#BF8853

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

Shades of Twine #BF8853

Tints of Twine #BF8853

Color information

#BF8853 (or 0xBF8853) is unknown color: approx Twine. HEX triplet: BF, 88 and 53. RGB value is (191,136,83). Sum of RGB (Red+Green+Blue) = 191+136+83=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8853 is #4077AC. Grayscale: #929292. Windows color (decimal): -4224941 or 5474495. OLE color: 5474495.

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

Color convert

RGB19113683-
CMYK00.290.570.25
HSL29.44º45.76%53.73%-
HSV(B)29.44º56.54%74.9%-
XYZ31.8529.3112.16-
YUV146.492.22159.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 136 (53.52% from 255) = 33.17%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=46.59%
G=33.17%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911368300.290.570.2529.4445.7653.73
HexBF885301D39191d2e36
Octal2772101230357131355666
Binary101111111000100010100110111011110011100111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8853; }

 p { color: rgb(191,136,83); }

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

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

 a { background-color: rgb(191,136,83); }

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

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

 span { border-color: rgb(191,136,83); }

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