#B98159

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

Shades of Twine #B98159

Tints of Twine #B98159

Color information

#B98159 (or 0xB98159) is unknown color: approx Twine. HEX triplet: B9, 81 and 59. RGB value is (185,129,89). Sum of RGB (Red+Green+Blue) = 185+129+89=403 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.91% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 185 - color contains mainly: red. Hex color #B98159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98159 is #467EA6. Grayscale: #8D8D8D. Windows color (decimal): -4619943 or 5865913. OLE color: 5865913.

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

Color convert

RGB18512989-
CMYK00.300.520.27
HSL25º40.68%53.73%-
HSV(B)25º51.89%72.55%-
XYZ29.6626.7413.05-
YUV141.1898.55159.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.91%
GREEN value IS 129 (50.78% from 255) = 32.01%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=45.91%
G=32.01%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851298900.300.520.272540.6853.73
HexB9815901E341B192936
Octal2712011310366433315166
Binary101110011000000110110010111101101001101111001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98159; }

 p { color: rgb(185,129,89); }

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

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

 a { background-color: rgb(185,129,89); }

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

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

 span { border-color: rgb(185,129,89); }

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