#B98851

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

Shades of Twine #B98851

Tints of Twine #B98851

Color information

#B98851 (or 0xB98851) is unknown color: approx Twine. HEX triplet: B9, 88 and 51. RGB value is (185,136,81). Sum of RGB (Red+Green+Blue) = 185+136+81=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B98851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98851 is #4677AE. Grayscale: #909090. Windows color (decimal): -4618159 or 5343417. OLE color: 5343417.

HSL color Cylindrical-coordinate representation of color #B98851: hue angle of 31.73º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B98851 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18513681-
CMYK00.260.560.27
HSL31.73º42.62%52.16%-
HSV(B)31.73º56.22%72.55%-
XYZ30.328.5211.69-
YUV144.3892.23156.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 136 (53.52% from 255) = 33.83%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=46.02%
G=33.83%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851368100.260.560.2731.7342.6252.16
HexB9885101A381B202b34
Octal2712101210327033405364
Binary1011100110001000101000101101011100011011100000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98851; }

 p { color: rgb(185,136,81); }

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

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

 a { background-color: rgb(185,136,81); }

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

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

 span { border-color: rgb(185,136,81); }

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