#BB885B

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

Shades of Twine #BB885B

Tints of Twine #BB885B

Color information

#BB885B (or 0xBB885B) is unknown color: approx Twine. HEX triplet: BB, 88 and 5B. RGB value is (187,136,91). Sum of RGB (Red+Green+Blue) = 187+136+91=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB885B is #4477A4. Grayscale: #929292. Windows color (decimal): -4487077 or 5998779. OLE color: 5998779.

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

Color convert

RGB18713691-
CMYK00.270.510.27
HSL28.13º41.38%54.51%-
HSV(B)28.13º51.34%73.33%-
XYZ31.1928.9313.84-
YUV146.1296.9157.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 91 (35.94% from 255) = 21.98%
R=45.17%
G=32.85%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871369100.270.510.2728.1341.3854.51
HexBB885B01B331B1c2937
Octal2732101330336333345167
Binary101110111000100010110110110111100111101111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB885B; }

 p { color: rgb(187,136,91); }

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

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

 a { background-color: rgb(187,136,91); }

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

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

 span { border-color: rgb(187,136,91); }

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