#B7865C

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

Shades of Twine #B7865C

Tints of Twine #B7865C

Color information

#B7865C (or 0xB7865C) is unknown color: approx Twine. HEX triplet: B7, 86 and 5C. RGB value is (183,134,92). Sum of RGB (Red+Green+Blue) = 183+134+92=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7865C is #4879A3. Grayscale: #909090. Windows color (decimal): -4749732 or 6063799. OLE color: 6063799.

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

Color convert

RGB18313492-
CMYK00.270.500.28
HSL27.69º38.72%53.92%-
HSV(B)27.69º49.73%71.76%-
XYZ29.9927.8913.93-
YUV143.8698.73155.92-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.74%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=44.74%
G=32.76%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831349200.270.500.2827.6938.7253.92
HexB7865C01B321C1c2736
Octal2672061340336234344766
Binary101101111000011010111000110111100101110011100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7865C; }

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

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

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

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

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

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

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

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