#BB8654

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

Shades of Twine #BB8654

Tints of Twine #BB8654

Color information

#BB8654 (or 0xBB8654) is unknown color: approx Twine. HEX triplet: BB, 86 and 54. RGB value is (187,134,84). Sum of RGB (Red+Green+Blue) = 187+134+84=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8654 is #4479AB. Grayscale: #909090. Windows color (decimal): -4487596 or 5539515. OLE color: 5539515.

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

Color convert

RGB18713484-
CMYK00.280.550.27
HSL29.13º43.1%53.14%-
HSV(B)29.13º55.08%73.33%-
XYZ30.6228.2612.23-
YUV144.1594.06158.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=46.17%
G=33.09%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871348400.280.550.2729.1343.153.14
HexBB865401C371B1d2b35
Octal2732061240346733355365
Binary101110111000011010101000111001101111101111101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8654; }

 p { color: rgb(187,134,84); }

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

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

 a { background-color: rgb(187,134,84); }

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

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

 span { border-color: rgb(187,134,84); }

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