#BF8054

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

Shades of Twine #BF8054

Tints of Twine #BF8054

Color information

#BF8054 (or 0xBF8054) is unknown color: approx Twine. HEX triplet: BF, 80 and 54. RGB value is (191,128,84). Sum of RGB (Red+Green+Blue) = 191+128+84=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8054 is #407FAB. Grayscale: #8E8E8E. Windows color (decimal): -4226988 or 5537983. OLE color: 5537983.

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

Color convert

RGB19112884-
CMYK00.330.560.25
HSL24.67º45.53%53.92%-
HSV(B)24.67º56.02%74.9%-
XYZ30.8127.1512.01-
YUV141.8295.37163.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 128 (50.39% from 255) = 31.76%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=47.39%
G=31.76%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911288400.330.560.2524.6745.5353.92
HexBF80540213819192e36
Octal2772001240417031315666
Binary1011111110000000101010001000011110001100111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8054; }

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

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

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

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

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

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

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

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