#BB8257

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

Shades of Twine #BB8257

Tints of Twine #BB8257

Color information

#BB8257 (or 0xBB8257) is unknown color: approx Twine. HEX triplet: BB, 82 and 57. RGB value is (187,130,87). Sum of RGB (Red+Green+Blue) = 187+130+87=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 87 (34.38% from 255 or 21.53% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8257 is #447DA8. Grayscale: #8E8E8E. Windows color (decimal): -4488617 or 5735099. OLE color: 5735099.

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

Color convert

RGB18713087-
CMYK00.300.530.27
HSL25.8º42.37%53.73%-
HSV(B)25.8º53.48%73.33%-
XYZ30.227.2212.68-
YUV142.1496.88160-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 87 (34.38% from 255) = 21.53%
R=46.29%
G=32.18%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871308700.300.530.2725.842.3753.73
HexBB825701E351B1a2a36
Octal2732021270366533325266
Binary101110111000001010101110111101101011101111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8257; }

 p { color: rgb(187,130,87); }

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

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

 a { background-color: rgb(187,130,87); }

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

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

 span { border-color: rgb(187,130,87); }

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