#B98057

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

Shades of Twine #B98057

Tints of Twine #B98057

Color information

#B98057 (or 0xB98057) is unknown color: approx Twine. HEX triplet: B9, 80 and 57. RGB value is (185,128,87). Sum of RGB (Red+Green+Blue) = 185+128+87=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B98057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98057 is #467FA8. Grayscale: #8C8C8C. Windows color (decimal): -4620201 or 5734585. OLE color: 5734585.

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

Color convert

RGB18512887-
CMYK00.310.530.27
HSL25.1º41.18%53.33%-
HSV(B)25.1º52.97%72.55%-
XYZ29.4526.4412.57-
YUV140.3797.88159.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 87 (34.38% from 255) = 21.75%
R=46.25%
G=32%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851288700.310.530.2725.141.1853.33
HexB9805701F351B192935
Octal2712001270376533315165
Binary101110011000000010101110111111101011101111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98057; }

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

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

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

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

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

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

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

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