#BB885A

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

Shades of Twine #BB885A

Tints of Twine #BB885A

Color information

#BB885A (or 0xBB885A) is unknown color: approx Twine. HEX triplet: BB, 88 and 5A. RGB value is (187,136,90). Sum of RGB (Red+Green+Blue) = 187+136+90=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB885A is #4477A5. Grayscale: #929292. Windows color (decimal): -4487078 or 5933243. OLE color: 5933243.

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

Color convert

RGB18713690-
CMYK00.270.520.27
HSL28.45º41.63%54.31%-
HSV(B)28.45º51.87%73.33%-
XYZ31.1428.9113.61-
YUV14696.4157.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=45.28%
G=32.93%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871369000.270.520.2728.4541.6354.31
HexBB885A01B341B1c2a36
Octal2732101320336433345266
Binary101110111000100010110100110111101001101111100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB885A; }

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

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

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

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

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

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

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

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