#B98B5B

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

Shades of Twine #B98B5B

Tints of Twine #B98B5B

Color information

#B98B5B (or 0xB98B5B) is unknown color: approx Twine. HEX triplet: B9, 8B and 5B. RGB value is (185,139,91). Sum of RGB (Red+Green+Blue) = 185+139+91=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B98B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98B5B is #4674A4. Grayscale: #939393. Windows color (decimal): -4617381 or 5999545. OLE color: 5999545.

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

Color convert

RGB18513991-
CMYK00.250.510.27
HSL30.64º40.17%54.12%-
HSV(B)30.64º50.81%72.55%-
XYZ31.1329.5313.96-
YUV147.2896.24154.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 91 (35.94% from 255) = 21.93%
R=44.58%
G=33.49%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851399100.250.510.2730.6440.1754.12
HexB98B5B019331B1f2836
Octal2712131330316333375066
Binary101110011000101110110110110011100111101111111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98B5B; }

 p { color: rgb(185,139,91); }

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

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

 a { background-color: rgb(185,139,91); }

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

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

 span { border-color: rgb(185,139,91); }

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