#B98E54

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

Shades of Twine #B98E54

Tints of Twine #B98E54

Color information

#B98E54 (or 0xB98E54) is unknown color: approx Twine. HEX triplet: B9, 8E and 54. RGB value is (185,142,84). Sum of RGB (Red+Green+Blue) = 185+142+84=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98E54 is #4671AB. Grayscale: #949494. Windows color (decimal): -4616620 or 5541561. OLE color: 5541561.

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

Color convert

RGB18514284-
CMYK00.230.550.27
HSL34.46º41.91%52.75%-
HSV(B)34.46º54.59%72.55%-
XYZ31.2830.312.59-
YUV148.2491.75154.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 142 (55.86% from 255) = 34.55%
BLUE value IS 84 (33.20% from 255) = 20.44%
R=45.01%
G=34.55%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851428400.230.550.2734.4641.9152.75
HexB98E54017371B222a35
Octal2712161240276733425265
Binary1011100110001110101010001011111011111011100010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98E54; }

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

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

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

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

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

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

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

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