#BF8A57

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

Shades of Twine #BF8A57

Tints of Twine #BF8A57

Color information

#BF8A57 (or 0xBF8A57) is unknown color: approx Twine. HEX triplet: BF, 8A and 57. RGB value is (191,138,87). Sum of RGB (Red+Green+Blue) = 191+138+87=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 87 (34.38% from 255 or 20.91% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A57 is #4075A8. Grayscale: #949494. Windows color (decimal): -4224425 or 5737151. OLE color: 5737151.

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

Color convert

RGB19113887-
CMYK00.280.540.25
HSL29.42º44.83%54.51%-
HSV(B)29.42º54.45%74.9%-
XYZ32.2929.9413.09-
YUV148.0393.56158.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 87 (34.38% from 255) = 20.91%
R=45.91%
G=33.17%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911388700.280.540.2529.4244.8354.51
HexBF8A5701C36191d2d37
Octal2772121270346631355567
Binary101111111000101010101110111001101101100111101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A57; }

 p { color: rgb(191,138,87); }

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

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

 a { background-color: rgb(191,138,87); }

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

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

 span { border-color: rgb(191,138,87); }

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