#B98257

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

Shades of Twine #B98257

Tints of Twine #B98257

Color information

#B98257 (or 0xB98257) is unknown color: approx Twine. HEX triplet: B9, 82 and 57. RGB value is (185,130,87). Sum of RGB (Red+Green+Blue) = 185+130+87=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B98257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98257 is #467DA8. Grayscale: #8D8D8D. Windows color (decimal): -4619689 or 5735097. OLE color: 5735097.

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

Color convert

RGB18513087-
CMYK00.300.530.27
HSL26.33º41.18%53.33%-
HSV(B)26.33º52.97%72.55%-
XYZ29.7126.9712.66-
YUV141.5497.22159-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 87 (34.38% from 255) = 21.64%
R=46.02%
G=32.34%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851308700.300.530.2726.3341.1853.33
HexB9825701E351B1a2935
Octal2712021270366533325165
Binary101110011000001010101110111101101011101111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98257; }

 p { color: rgb(185,130,87); }

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

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

 a { background-color: rgb(185,130,87); }

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

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

 span { border-color: rgb(185,130,87); }

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