#B8835A

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

Shades of Twine #B8835A

Tints of Twine #B8835A

Color information

#B8835A (or 0xB8835A) is unknown color: approx Twine. HEX triplet: B8, 83 and 5A. RGB value is (184,131,90). Sum of RGB (Red+Green+Blue) = 184+131+90=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B8835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8835A is #477CA5. Grayscale: #8E8E8E. Windows color (decimal): -4684966 or 5931960. OLE color: 5931960.

HSL color Cylindrical-coordinate representation of color #B8835A: hue angle of 26.17º degrees, saturation: 0.4, 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 #B8835A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB18413190-
CMYK00.290.510.28
HSL26.17º39.83%53.73%-
HSV(B)26.17º51.09%72.16%-
XYZ29.7327.1613.35-
YUV142.1798.56157.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=45.43%
G=32.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841319000.290.510.2826.1739.8353.73
HexB8835A01D331C1a2836
Octal2702031320356334325066
Binary101110001000001110110100111011100111110011010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8835A; }

 p { color: rgb(184,131,90); }

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

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

 a { background-color: rgb(184,131,90); }

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

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

 span { border-color: rgb(184,131,90); }

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