#B8865D

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

Shades of Twine #B8865D

Tints of Twine #B8865D

Color information

#B8865D (or 0xB8865D) is unknown color: approx Twine. HEX triplet: B8, 86 and 5D. RGB value is (184,134,93). Sum of RGB (Red+Green+Blue) = 184+134+93=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B8865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8865D is #4779A2. Grayscale: #909090. Windows color (decimal): -4684195 or 6129336. OLE color: 6129336.

HSL color Cylindrical-coordinate representation of color #B8865D: hue angle of 27.03º degrees, saturation: 0.39, 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 #B8865D is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB18413493-
CMYK00.270.490.28
HSL27.03º39.06%54.31%-
HSV(B)27.03º49.46%72.16%-
XYZ30.2728.0314.17-
YUV144.2899.06156.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 93 (36.72% from 255) = 22.63%
R=44.77%
G=32.60%
B=22.63%

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
Decimal1841349300.270.490.2827.0339.0654.31
HexB8865D01B311C1b2736
Octal2702061350336134334766
Binary101110001000011010111010110111100011110011011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8865D; }

 p { color: rgb(184,134,93); }

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

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

 a { background-color: rgb(184,134,93); }

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

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

 span { border-color: rgb(184,134,93); }

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