#BB865A

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

Shades of Twine #BB865A

Tints of Twine #BB865A

Color information

#BB865A (or 0xBB865A) is unknown color: approx Twine. HEX triplet: BB, 86 and 5A. RGB value is (187,134,90). Sum of RGB (Red+Green+Blue) = 187+134+90=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB865A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB865A is #4479A5. Grayscale: #919191. Windows color (decimal): -4487590 or 5932731. OLE color: 5932731.

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

Color convert

RGB18713490-
CMYK00.280.520.27
HSL27.22º41.63%54.31%-
HSV(B)27.22º51.87%73.33%-
XYZ30.8628.3513.52-
YUV144.8397.06158.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 90 (35.55% from 255) = 21.90%
R=45.50%
G=32.60%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871349000.280.520.2727.2241.6354.31
HexBB865A01C341B1b2a36
Octal2732061320346433335266
Binary101110111000011010110100111001101001101111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB865A; }

 p { color: rgb(187,134,90); }

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

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

 a { background-color: rgb(187,134,90); }

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

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

 span { border-color: rgb(187,134,90); }

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