#B98651

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

Shades of Twine #B98651

Tints of Twine #B98651

Color information

#B98651 (or 0xB98651) is unknown color: approx Twine. HEX triplet: B9, 86 and 51. RGB value is (185,134,81). Sum of RGB (Red+Green+Blue) = 185+134+81=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B98651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98651 is #4679AE. Grayscale: #8F8F8F. Windows color (decimal): -4618671 or 5342905. OLE color: 5342905.

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

Color convert

RGB18513481-
CMYK00.280.560.27
HSL30.58º42.62%52.16%-
HSV(B)30.58º56.22%72.55%-
XYZ30.0227.9611.6-
YUV143.2192.9157.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 134 (52.73% from 255) = 33.5%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=46.25%
G=33.5%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851348100.280.560.2730.5842.6252.16
HexB9865101C381B1f2b34
Octal2712061210347033375364
Binary101110011000011010100010111001110001101111111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98651; }

 p { color: rgb(185,134,81); }

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

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

 a { background-color: rgb(185,134,81); }

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

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

 span { border-color: rgb(185,134,81); }

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