#B7865A

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

Shades of Twine #B7865A

Tints of Twine #B7865A

Color information

#B7865A (or 0xB7865A) is unknown color: approx Twine. HEX triplet: B7, 86 and 5A. RGB value is (183,134,90). Sum of RGB (Red+Green+Blue) = 183+134+90=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B7865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7865A is #4879A5. Grayscale: #8F8F8F. Windows color (decimal): -4749734 or 5932727. OLE color: 5932727.

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

Color convert

RGB18313490-
CMYK00.270.510.28
HSL28.39º39.24%53.53%-
HSV(B)28.39º50.82%71.76%-
XYZ29.927.8613.47-
YUV143.6497.73156.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 134 (52.73% from 255) = 32.92%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=44.96%
G=32.92%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831349000.270.510.2828.3939.2453.53
HexB7865A01B331C1c2736
Octal2672061320336334344766
Binary101101111000011010110100110111100111110011100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7865A; }

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

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

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

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

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

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

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

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