#BB865C

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

Shades of Twine #BB865C

Tints of Twine #BB865C

Color information

#BB865C (or 0xBB865C) is unknown color: approx Twine. HEX triplet: BB, 86 and 5C. RGB value is (187,134,92). Sum of RGB (Red+Green+Blue) = 187+134+92=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB865C is #4479A3. Grayscale: #919191. Windows color (decimal): -4487588 or 6063803. OLE color: 6063803.

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

Color convert

RGB18713492-
CMYK00.280.510.27
HSL26.53º41.13%54.71%-
HSV(B)26.53º50.8%73.33%-
XYZ30.9528.3913.97-
YUV145.0698.06157.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 134 (52.73% from 255) = 32.45%
BLUE value IS 92 (36.33% from 255) = 22.28%
R=45.28%
G=32.45%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871349200.280.510.2726.5341.1354.71
HexBB865C01C331B1b2937
Octal2732061340346333335167
Binary101110111000011010111000111001100111101111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB865C; }

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

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

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

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

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

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

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

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