#B98858

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

Shades of Twine #B98858

Tints of Twine #B98858

Color information

#B98858 (or 0xB98858) is unknown color: approx Twine. HEX triplet: B9, 88 and 58. RGB value is (185,136,88). Sum of RGB (Red+Green+Blue) = 185+136+88=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B98858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98858 is #4677A7. Grayscale: #919191. Windows color (decimal): -4618152 or 5802169. OLE color: 5802169.

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

Color convert

RGB18513688-
CMYK00.260.520.27
HSL29.69º40.93%53.53%-
HSV(B)29.69º52.43%72.55%-
XYZ30.5728.6313.15-
YUV145.1895.73156.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.23%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=45.23%
G=33.25%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851368800.260.520.2729.6940.9353.53
HexB9885801A341B1e2936
Octal2712101300326433365166
Binary101110011000100010110000110101101001101111110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98858; }

 p { color: rgb(185,136,88); }

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

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

 a { background-color: rgb(185,136,88); }

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

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

 span { border-color: rgb(185,136,88); }

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