#BF8A54

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

Shades of Twine #BF8A54

Tints of Twine #BF8A54

Color information

#BF8A54 (or 0xBF8A54) is unknown color: approx Twine. HEX triplet: BF, 8A and 54. RGB value is (191,138,84). Sum of RGB (Red+Green+Blue) = 191+138+84=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A54 is #4075AB. Grayscale: #939393. Windows color (decimal): -4224428 or 5540543. OLE color: 5540543.

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

Color convert

RGB19113884-
CMYK00.280.560.25
HSL30.28º45.53%53.92%-
HSV(B)30.28º56.02%74.9%-
XYZ32.1729.8912.46-
YUV147.6992.06158.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 84 (33.20% from 255) = 20.34%
R=46.25%
G=33.41%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911388400.280.560.2530.2845.5353.92
HexBF8A5401C38191e2e36
Octal2772121240347031365666
Binary101111111000101010101000111001110001100111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A54; }

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

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

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

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

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

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

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

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