#BB8963

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

Shades of Twine #BB8963

Tints of Twine #BB8963

Color information

#BB8963 (or 0xBB8963) is unknown color: approx Twine. HEX triplet: BB, 89 and 63. RGB value is (187,137,99). Sum of RGB (Red+Green+Blue) = 187+137+99=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 99 (39.06% from 255 or 23.40% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8963 is #44769C. Grayscale: #939393. Windows color (decimal): -4486813 or 6523323. OLE color: 6523323.

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

Color convert

RGB18713799-
CMYK00.270.470.27
HSL25.91º39.29%56.08%-
HSV(B)25.91º47.06%73.33%-
XYZ31.6929.3615.8-
YUV147.62100.57156.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 99 (39.06% from 255) = 23.40%
R=44.21%
G=32.39%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871379900.270.470.2725.9139.2956.08
HexBB896301B2F1B1a2738
Octal2732111430335733324770
Binary101110111000100111000110110111011111101111010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8963; }

 p { color: rgb(187,137,99); }

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

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

 a { background-color: rgb(187,137,99); }

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

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

 span { border-color: rgb(187,137,99); }

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