#BF8855

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

Shades of Twine #BF8855

Tints of Twine #BF8855

Color information

#BF8855 (or 0xBF8855) is unknown color: approx Twine. HEX triplet: BF, 88 and 55. RGB value is (191,136,85). Sum of RGB (Red+Green+Blue) = 191+136+85=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 85 (33.59% from 255 or 20.63% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8855 is #4077AA. Grayscale: #929292. Windows color (decimal): -4224939 or 5605567. OLE color: 5605567.

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

Color convert

RGB19113685-
CMYK00.290.550.25
HSL28.87º45.3%54.12%-
HSV(B)28.87º55.5%74.9%-
XYZ31.9329.3412.57-
YUV146.6393.22159.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 85 (33.59% from 255) = 20.63%
R=46.36%
G=33.01%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911368500.290.550.2528.8745.354.12
HexBF885501D37191d2d36
Octal2772101250356731355566
Binary101111111000100010101010111011101111100111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8855; }

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

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

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

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

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

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

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

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