#B8845B

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

Shades of Twine #B8845B

Tints of Twine #B8845B

Color information

#B8845B (or 0xB8845B) is unknown color: approx Twine. HEX triplet: B8, 84 and 5B. RGB value is (184,132,91). Sum of RGB (Red+Green+Blue) = 184+132+91=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B8845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8845B is #477BA4. Grayscale: #8F8F8F. Windows color (decimal): -4684709 or 5997752. OLE color: 5997752.

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

Color convert

RGB18413291-
CMYK00.280.510.28
HSL26.45º39.57%53.92%-
HSV(B)26.45º50.54%72.16%-
XYZ29.9127.4513.62-
YUV142.8798.73157.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=45.21%
G=32.43%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841329100.280.510.2826.4539.5753.92
HexB8845B01C331C1a2836
Octal2702041330346334325066
Binary101110001000010010110110111001100111110011010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8845B; }

 p { color: rgb(184,132,91); }

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

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

 a { background-color: rgb(184,132,91); }

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

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

 span { border-color: rgb(184,132,91); }

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