#B98D53

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

Shades of Twine #B98D53

Tints of Twine #B98D53

Color information

#B98D53 (or 0xB98D53) is unknown color: approx Twine. HEX triplet: B9, 8D and 53. RGB value is (185,141,83). Sum of RGB (Red+Green+Blue) = 185+141+83=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 83 (32.81% from 255 or 20.29% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B98D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98D53 is #4672AC. Grayscale: #939393. Windows color (decimal): -4616877 or 5475769. OLE color: 5475769.

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

Color convert

RGB18514183-
CMYK00.240.550.27
HSL34.12º42.15%52.55%-
HSV(B)34.12º55.14%72.55%-
XYZ31.0929.9912.33-
YUV147.5491.58154.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 141 (55.47% from 255) = 34.47%
BLUE value IS 83 (32.81% from 255) = 20.29%
R=45.23%
G=34.47%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851418300.240.550.2734.1242.1552.55
HexB98D53018371B222a35
Octal2712151230306733425265
Binary1011100110001101101001101100011011111011100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98D53; }

 p { color: rgb(185,141,83); }

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

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

 a { background-color: rgb(185,141,83); }

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

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

 span { border-color: rgb(185,141,83); }

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