#B98056

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

Shades of Twine #B98056

Tints of Twine #B98056

Color information

#B98056 (or 0xB98056) is unknown color: approx Twine. HEX triplet: B9, 80 and 56. RGB value is (185,128,86). Sum of RGB (Red+Green+Blue) = 185+128+86=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B98056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98056 is #467FA9. Grayscale: #8C8C8C. Windows color (decimal): -4620202 or 5669049. OLE color: 5669049.

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

Color convert

RGB18512886-
CMYK00.310.540.27
HSL25.45º41.42%53.14%-
HSV(B)25.45º53.51%72.55%-
XYZ29.4126.4212.35-
YUV140.2697.38159.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 128 (50.39% from 255) = 32.08%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=46.37%
G=32.08%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851288600.310.540.2725.4541.4253.14
HexB9805601F361B192935
Octal2712001260376633315165
Binary101110011000000010101100111111101101101111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98056; }

 p { color: rgb(185,128,86); }

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

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

 a { background-color: rgb(185,128,86); }

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

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

 span { border-color: rgb(185,128,86); }

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