#BB8B59

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

Shades of Twine #BB8B59

Tints of Twine #BB8B59

Color information

#BB8B59 (or 0xBB8B59) is unknown color: approx Twine. HEX triplet: BB, 8B and 59. RGB value is (187,139,89). Sum of RGB (Red+Green+Blue) = 187+139+89=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B59 is #4474A6. Grayscale: #939393. Windows color (decimal): -4486311 or 5868475. OLE color: 5868475.

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

Color convert

RGB18713989-
CMYK00.260.520.27
HSL30.61º41.88%54.12%-
HSV(B)30.61º52.41%73.33%-
XYZ31.5329.7513.53-
YUV147.6594.9156.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 89 (35.16% from 255) = 21.45%
R=45.06%
G=33.49%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871398900.260.520.2730.6141.8854.12
HexBB8B5901A341B1f2a36
Octal2732131310326433375266
Binary101110111000101110110010110101101001101111111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8B59; }

 p { color: rgb(187,139,89); }

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

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

 a { background-color: rgb(187,139,89); }

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

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

 span { border-color: rgb(187,139,89); }

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