#BF8C62

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

Shades of Twine #BF8C62

Tints of Twine #BF8C62

Color information

#BF8C62 (or 0xBF8C62) is unknown color: approx Twine. HEX triplet: BF, 8C and 62. RGB value is (191,140,98). Sum of RGB (Red+Green+Blue) = 191+140+98=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C62 is #40739D. Grayscale: #969696. Windows color (decimal): -4223902 or 6458559. OLE color: 6458559.

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

Color convert

RGB19114098-
CMYK00.270.490.25
HSL27.1º42.08%56.67%-
HSV(B)27.1º48.69%74.9%-
XYZ33.0730.7115.74-
YUV150.4698.4156.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=44.52%
G=32.63%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911409800.270.490.2527.142.0856.67
HexBF8C6201B31191b2a39
Octal2772141420336131335271
Binary101111111000110011000100110111100011100111011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C62; }

 p { color: rgb(191,140,98); }

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

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

 a { background-color: rgb(191,140,98); }

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

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

 span { border-color: rgb(191,140,98); }

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