#B98861

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

Shades of Twine #B98861

Tints of Twine #B98861

Color information

#B98861 (or 0xB98861) is unknown color: approx Twine. HEX triplet: B9, 88 and 61. RGB value is (185,136,97). Sum of RGB (Red+Green+Blue) = 185+136+97=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B98861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98861 is #46779E. Grayscale: #929292. Windows color (decimal): -4618143 or 6391993. OLE color: 6391993.

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

Color convert

RGB18513697-
CMYK00.260.480.27
HSL26.59º38.6%55.29%-
HSV(B)26.59º47.57%72.55%-
XYZ30.9728.7915.23-
YUV146.2100.23155.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=44.26%
G=32.54%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851369700.260.480.2726.5938.655.29
HexB9886101A301B1b2737
Octal2712101410326033334767
Binary101110011000100011000010110101100001101111011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98861; }

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

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

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

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

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

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

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

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