#B98761

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

Shades of Twine #B98761

Tints of Twine #B98761

Color information

#B98761 (or 0xB98761) is unknown color: approx Twine. HEX triplet: B9, 87 and 61. RGB value is (185,135,97). Sum of RGB (Red+Green+Blue) = 185+135+97=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98761 is #46789E. Grayscale: #919191. Windows color (decimal): -4618399 or 6391737. OLE color: 6391737.

HSL color Cylindrical-coordinate representation of color #B98761: hue angle of 25.91º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B98761 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18513597-
CMYK00.270.480.27
HSL25.91º38.6%55.29%-
HSV(B)25.91º47.57%72.55%-
XYZ30.8328.5115.19-
YUV145.62100.56156.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 135 (53.12% from 255) = 32.37%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=44.36%
G=32.37%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851359700.270.480.2725.9138.655.29
HexB9876101B301B1a2737
Octal2712071410336033324767
Binary101110011000011111000010110111100001101111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98761; }

 p { color: rgb(185,135,97); }

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

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

 a { background-color: rgb(185,135,97); }

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

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

 span { border-color: rgb(185,135,97); }

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