#BF8154

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

Shades of Twine #BF8154

Tints of Twine #BF8154

Color information

#BF8154 (or 0xBF8154) is unknown color: approx Twine. HEX triplet: BF, 81 and 54. RGB value is (191,129,84). Sum of RGB (Red+Green+Blue) = 191+129+84=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8154 is #407EAB. Grayscale: #8E8E8E. Windows color (decimal): -4226732 or 5538239. OLE color: 5538239.

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

Color convert

RGB19112984-
CMYK00.320.560.25
HSL25.23º45.53%53.92%-
HSV(B)25.23º56.02%74.9%-
XYZ30.9427.4212.05-
YUV142.4195.04162.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 84 (33.20% from 255) = 20.79%
R=47.28%
G=31.93%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911298400.320.560.2525.2345.5353.92
HexBF81540203819192e36
Octal2772011240407031315666
Binary1011111110000001101010001000001110001100111001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8154; }

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

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

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

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

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

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

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

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