#BC8155

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

Shades of Twine #BC8155

Tints of Twine #BC8155

Color information

#BC8155 (or 0xBC8155) is unknown color: approx Twine. HEX triplet: BC, 81 and 55. RGB value is (188,129,85). Sum of RGB (Red+Green+Blue) = 188+129+85=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8155 is #437EAA. Grayscale: #8D8D8D. Windows color (decimal): -4423339 or 5603772. OLE color: 5603772.

HSL color Cylindrical-coordinate representation of color #BC8155: hue angle of 25.63º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC8155 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB18812985-
CMYK00.310.550.26
HSL25.63º43.46%53.53%-
HSV(B)25.63º54.79%73.73%-
XYZ30.2327.0512.22-
YUV141.6296.05161.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 85 (33.59% from 255) = 21.14%
R=46.77%
G=32.09%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881298500.310.550.2625.6343.4653.53
HexBC815501F371A1a2b36
Octal2742011250376732325366
Binary101111001000000110101010111111101111101011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8155; }

 p { color: rgb(188,129,85); }

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

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

 a { background-color: rgb(188,129,85); }

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

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

 span { border-color: rgb(188,129,85); }

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