#B8885E

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

Shades of Twine #B8885E

Tints of Twine #B8885E

Color information

#B8885E (or 0xB8885E) is unknown color: approx Twine. HEX triplet: B8, 88 and 5E. RGB value is (184,136,94). Sum of RGB (Red+Green+Blue) = 184+136+94=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B8885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8885E is #4777A1. Grayscale: #919191. Windows color (decimal): -4683682 or 6195384. OLE color: 6195384.

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

Color convert

RGB18413694-
CMYK00.260.490.28
HSL28º38.79%54.51%-
HSV(B)28º48.91%72.16%-
XYZ30.5928.6114.5-
YUV145.5698.9155.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=44.44%
G=32.85%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841369400.260.490.282838.7954.51
HexB8885E01A311C1c2737
Octal2702101360326134344767
Binary101110001000100010111100110101100011110011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8885E; }

 p { color: rgb(184,136,94); }

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

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

 a { background-color: rgb(184,136,94); }

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

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

 span { border-color: rgb(184,136,94); }

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