#BF8354

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

Shades of Twine #BF8354

Tints of Twine #BF8354

Color information

#BF8354 (or 0xBF8354) is unknown color: approx Twine. HEX triplet: BF, 83 and 54. RGB value is (191,131,84). Sum of RGB (Red+Green+Blue) = 191+131+84=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 84 (33.20% from 255 or 20.69% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8354 is #407CAB. Grayscale: #8F8F8F. Windows color (decimal): -4226220 or 5538751. OLE color: 5538751.

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

Color convert

RGB19113184-
CMYK00.310.560.25
HSL26.36º45.53%53.92%-
HSV(B)26.36º56.02%74.9%-
XYZ31.227.9512.14-
YUV143.5894.38161.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 84 (33.20% from 255) = 20.69%
R=47.04%
G=32.27%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911318400.310.560.2526.3645.5353.92
HexBF835401F38191a2e36
Octal2772031240377031325666
Binary101111111000001110101000111111110001100111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8354; }

 p { color: rgb(191,131,84); }

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

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

 a { background-color: rgb(191,131,84); }

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

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

 span { border-color: rgb(191,131,84); }

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