#B98356

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

Shades of Twine #B98356

Tints of Twine #B98356

Color information

#B98356 (or 0xB98356) is unknown color: approx Twine. HEX triplet: B9, 83 and 56. RGB value is (185,131,86). Sum of RGB (Red+Green+Blue) = 185+131+86=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B98356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98356 is #467CA9. Grayscale: #8E8E8E. Windows color (decimal): -4619434 or 5669817. OLE color: 5669817.

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

Color convert

RGB18513186-
CMYK00.290.540.27
HSL27.27º41.42%53.14%-
HSV(B)27.27º53.51%72.55%-
XYZ29.827.2212.49-
YUV142.0296.39158.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 86 (33.98% from 255) = 21.39%
R=46.02%
G=32.59%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851318600.290.540.2727.2741.4253.14
HexB9835601D361B1b2935
Octal2712031260356633335165
Binary101110011000001110101100111011101101101111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98356; }

 p { color: rgb(185,131,86); }

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

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

 a { background-color: rgb(185,131,86); }

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

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

 span { border-color: rgb(185,131,86); }

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