#BB865D

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

Shades of Twine #BB865D

Tints of Twine #BB865D

Color information

#BB865D (or 0xBB865D) is unknown color: approx Twine. HEX triplet: BB, 86 and 5D. RGB value is (187,134,93). Sum of RGB (Red+Green+Blue) = 187+134+93=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 93 (36.72% from 255 or 22.46% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB865D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB865D is #4479A2. Grayscale: #919191. Windows color (decimal): -4487587 or 6129339. OLE color: 6129339.

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

Color convert

RGB18713493-
CMYK00.280.500.27
HSL26.17º40.87%54.9%-
HSV(B)26.17º50.27%73.33%-
XYZ30.9928.4114.21-
YUV145.1798.56157.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 93 (36.72% from 255) = 22.46%
R=45.17%
G=32.37%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871349300.280.500.2726.1740.8754.9
HexBB865D01C321B1a2937
Octal2732061350346233325167
Binary101110111000011010111010111001100101101111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB865D; }

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

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

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

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

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

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

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

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