#B9845A

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

Shades of Twine #B9845A

Tints of Twine #B9845A

Color information

#B9845A (or 0xB9845A) is unknown color: approx Twine. HEX triplet: B9, 84 and 5A. RGB value is (185,132,90). Sum of RGB (Red+Green+Blue) = 185+132+90=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9845A is #467BA5. Grayscale: #8F8F8F. Windows color (decimal): -4619174 or 5932217. OLE color: 5932217.

HSL color Cylindrical-coordinate representation of color #B9845A: hue angle of 26.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9845A is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18513290-
CMYK00.290.510.27
HSL26.53º40.43%53.92%-
HSV(B)26.53º51.35%72.55%-
XYZ30.127.5613.4-
YUV143.0698.06157.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 132 (51.95% from 255) = 32.43%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=45.45%
G=32.43%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851329000.290.510.2726.5340.4353.92
HexB9845A01D331B1b2836
Octal2712041320356333335066
Binary101110011000010010110100111011100111101111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9845A; }

 p { color: rgb(185,132,90); }

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

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

 a { background-color: rgb(185,132,90); }

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

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

 span { border-color: rgb(185,132,90); }

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