#BF8652

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

Shades of Twine #BF8652

Tints of Twine #BF8652

Color information

#BF8652 (or 0xBF8652) is unknown color: approx Twine. HEX triplet: BF, 86 and 52. RGB value is (191,134,82). Sum of RGB (Red+Green+Blue) = 191+134+82=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 82 (32.42% from 255 or 20.15% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8652 is #4079AD. Grayscale: #919191. Windows color (decimal): -4225454 or 5408447. OLE color: 5408447.

HSL color Cylindrical-coordinate representation of color #BF8652: hue angle of 28.62º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF8652 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19113482-
CMYK00.300.570.25
HSL28.62º45.99%53.53%-
HSV(B)28.62º57.07%74.9%-
XYZ31.5328.7411.87-
YUV145.1292.38160.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 82 (32.42% from 255) = 20.15%
R=46.93%
G=32.92%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911348200.300.570.2528.6245.9953.53
HexBF865201E39191d2e36
Octal2772061220367131355666
Binary101111111000011010100100111101110011100111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8652; }

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

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

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

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

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

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

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

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