#BF8F54

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

Shades of Twine #BF8F54

Tints of Twine #BF8F54

Color information

#BF8F54 (or 0xBF8F54) is unknown color: approx Twine. HEX triplet: BF, 8F and 54. RGB value is (191,143,84). Sum of RGB (Red+Green+Blue) = 191+143+84=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F54 is #4070AB. Grayscale: #969696. Windows color (decimal): -4223148 or 5541823. OLE color: 5541823.

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

Color convert

RGB19114384-
CMYK00.250.560.25
HSL33.08º45.53%53.92%-
HSV(B)33.08º56.02%74.9%-
XYZ32.9131.3612.71-
YUV150.6390.4156.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=45.69%
G=34.21%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911438400.250.560.2533.0845.5353.92
HexBF8F540193819212e36
Octal2772171240317031415666
Binary1011111110001111101010001100111100011001100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F54; }

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

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

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

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

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

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

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

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