#B98357

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

Shades of Twine #B98357

Tints of Twine #B98357

Color information

#B98357 (or 0xB98357) is unknown color: approx Twine. HEX triplet: B9, 83 and 57. RGB value is (185,131,87). Sum of RGB (Red+Green+Blue) = 185+131+87=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 87 (34.38% from 255 or 21.59% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98357 is #467CA8. Grayscale: #8E8E8E. Windows color (decimal): -4619433 or 5735353. OLE color: 5735353.

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

Color convert

RGB18513187-
CMYK00.290.530.27
HSL26.94º41.18%53.33%-
HSV(B)26.94º52.97%72.55%-
XYZ29.8427.2412.7-
YUV142.1396.89158.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 87 (34.38% from 255) = 21.59%
R=45.91%
G=32.51%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851318700.290.530.2726.9441.1853.33
HexB9835701D351B1b2935
Octal2712031270356533335165
Binary101110011000001110101110111011101011101111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98357; }

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

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

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

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

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

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

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

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