#BF8E54

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

Shades of Twine #BF8E54

Tints of Twine #BF8E54

Color information

#BF8E54 (or 0xBF8E54) is unknown color: approx Twine. HEX triplet: BF, 8E and 54. RGB value is (191,142,84). Sum of RGB (Red+Green+Blue) = 191+142+84=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 84 (33.20% from 255 or 20.14% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E54 is #4071AB. Grayscale: #969696. Windows color (decimal): -4223404 or 5541567. OLE color: 5541567.

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

Color convert

RGB19114284-
CMYK00.260.560.25
HSL32.52º45.53%53.92%-
HSV(B)32.52º56.02%74.9%-
XYZ32.7631.0612.66-
YUV150.0490.73157.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 84 (33.20% from 255) = 20.14%
R=45.80%
G=34.05%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911428400.260.560.2532.5245.5353.92
HexBF8E5401A3819212e36
Octal2772161240327031415666
Binary1011111110001110101010001101011100011001100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E54; }

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

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

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

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

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

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

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

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