#BF8654

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

Shades of Twine #BF8654

Tints of Twine #BF8654

Color information

#BF8654 (or 0xBF8654) is unknown color: approx Twine. HEX triplet: BF, 86 and 54. RGB value is (191,134,84). Sum of RGB (Red+Green+Blue) = 191+134+84=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8654 is #4079AB. Grayscale: #919191. Windows color (decimal): -4225452 or 5539519. OLE color: 5539519.

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

Color convert

RGB19113484-
CMYK00.300.560.25
HSL28.04º45.53%53.92%-
HSV(B)28.04º56.02%74.9%-
XYZ31.6128.7712.27-
YUV145.3493.38160.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=46.70%
G=32.76%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911348400.300.560.2528.0445.5353.92
HexBF865401E38191c2e36
Octal2772061240367031345666
Binary101111111000011010101000111101110001100111100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8654; }

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

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

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

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

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

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

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

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