#B98E57

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

Shades of Twine #B98E57

Tints of Twine #B98E57

Color information

#B98E57 (or 0xB98E57) is unknown color: approx Twine. HEX triplet: B9, 8E and 57. RGB value is (185,142,87). Sum of RGB (Red+Green+Blue) = 185+142+87=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E57 is #4671A8. Grayscale: #949494. Windows color (decimal): -4616617 or 5738169. OLE color: 5738169.

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

Color convert

RGB18514287-
CMYK00.230.530.27
HSL33.67º41.18%53.33%-
HSV(B)33.67º52.97%72.55%-
XYZ31.430.3513.22-
YUV148.5993.25153.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 87 (34.38% from 255) = 21.01%
R=44.69%
G=34.30%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851428700.230.530.2733.6741.1853.33
HexB98E57017351B222935
Octal2712161270276533425165
Binary1011100110001110101011101011111010111011100010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E57; }

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

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

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

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

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

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

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

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