#BB855C

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

Shades of Twine #BB855C

Tints of Twine #BB855C

Color information

#BB855C (or 0xBB855C) is unknown color: approx Twine. HEX triplet: BB, 85 and 5C. RGB value is (187,133,92). Sum of RGB (Red+Green+Blue) = 187+133+92=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 92 (36.33% from 255 or 22.33% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB855C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB855C is #447AA3. Grayscale: #909090. Windows color (decimal): -4487844 or 6063547. OLE color: 6063547.

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

Color convert

RGB18713392-
CMYK00.290.510.27
HSL25.89º41.13%54.71%-
HSV(B)25.89º50.8%73.33%-
XYZ30.8128.1113.93-
YUV144.4798.39158.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 92 (36.33% from 255) = 22.33%
R=45.39%
G=32.28%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871339200.290.510.2725.8941.1354.71
HexBB855C01D331B1a2937
Octal2732051340356333325167
Binary101110111000010110111000111011100111101111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB855C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB855C; }

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

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

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

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

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

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

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

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