#B9855A

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

Shades of Twine #B9855A

Tints of Twine #B9855A

Color information

#B9855A (or 0xB9855A) is unknown color: approx Twine. HEX triplet: B9, 85 and 5A. RGB value is (185,133,90). Sum of RGB (Red+Green+Blue) = 185+133+90=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9855A is #467AA5. Grayscale: #8F8F8F. Windows color (decimal): -4618918 or 5932473. OLE color: 5932473.

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

Color convert

RGB18513390-
CMYK00.280.510.27
HSL27.16º40.43%53.92%-
HSV(B)27.16º51.35%72.55%-
XYZ30.2427.8313.45-
YUV143.6597.73157.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.34%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 90 (35.55% from 255) = 22.06%
R=45.34%
G=32.60%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851339000.280.510.2727.1640.4353.92
HexB9855A01C331B1b2836
Octal2712051320346333335066
Binary101110011000010110110100111001100111101111011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9855A; }

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

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

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

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

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

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

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

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