#B7865E

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

Shades of Twine #B7865E

Tints of Twine #B7865E

Color information

#B7865E (or 0xB7865E) is unknown color: approx Twine. HEX triplet: B7, 86 and 5E. RGB value is (183,134,94). Sum of RGB (Red+Green+Blue) = 183+134+94=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7865E is #4879A1. Grayscale: #909090. Windows color (decimal): -4749730 or 6194871. OLE color: 6194871.

HSL color Cylindrical-coordinate representation of color #B7865E: hue angle of 26.97º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7865E is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18313494-
CMYK00.270.490.28
HSL26.97º38.2%54.31%-
HSV(B)26.97º48.63%71.76%-
XYZ30.0727.9314.39-
YUV144.0999.73155.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=44.53%
G=32.60%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831349400.270.490.2826.9738.254.31
HexB7865E01B311C1b2636
Octal2672061360336134334666
Binary101101111000011010111100110111100011110011011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7865E; }

 p { color: rgb(183,134,94); }

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

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

 a { background-color: rgb(183,134,94); }

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

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

 span { border-color: rgb(183,134,94); }

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