#BB855B

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

Shades of Twine #BB855B

Tints of Twine #BB855B

Color information

#BB855B (or 0xBB855B) is unknown color: approx Twine. HEX triplet: BB, 85 and 5B. RGB value is (187,133,91). Sum of RGB (Red+Green+Blue) = 187+133+91=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855B is #447AA4. Grayscale: #909090. Windows color (decimal): -4487845 or 5998011. OLE color: 5998011.

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

Color convert

RGB18713391-
CMYK00.290.510.27
HSL26.25º41.38%54.51%-
HSV(B)26.25º51.34%73.33%-
XYZ30.7728.113.7-
YUV144.3697.89158.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=45.50%
G=32.36%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871339100.290.510.2726.2541.3854.51
HexBB855B01D331B1a2937
Octal2732051330356333325167
Binary101110111000010110110110111011100111101111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB855B; }

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

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

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

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

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

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

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

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