#BB855D

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

Shades of Twine #BB855D

Tints of Twine #BB855D

Color information

#BB855D (or 0xBB855D) is unknown color: approx Twine. HEX triplet: BB, 85 and 5D. RGB value is (187,133,93). Sum of RGB (Red+Green+Blue) = 187+133+93=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855D is #447AA2. Grayscale: #909090. Windows color (decimal): -4487843 or 6129083. OLE color: 6129083.

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

Color convert

RGB18713393-
CMYK00.290.500.27
HSL25.53º40.87%54.9%-
HSV(B)25.53º50.27%73.33%-
XYZ30.8628.1314.16-
YUV144.5998.89158.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.28%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 93 (36.72% from 255) = 22.52%
R=45.28%
G=32.20%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871339300.290.500.2725.5340.8754.9
HexBB855D01D321B1a2937
Octal2732051350356233325167
Binary101110111000010110111010111011100101101111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB855D; }

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

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

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

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

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

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

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

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