#BC8561

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

Shades of Twine #BC8561

Tints of Twine #BC8561

Color information

#BC8561 (or 0xBC8561) is unknown color: approx Twine. HEX triplet: BC, 85 and 61. RGB value is (188,133,97). Sum of RGB (Red+Green+Blue) = 188+133+97=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8561 is #437A9E. Grayscale: #919191. Windows color (decimal): -4422303 or 6391228. OLE color: 6391228.

HSL color Cylindrical-coordinate representation of color #BC8561: hue angle of 23.74º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC8561 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB18813397-
CMYK00.290.480.26
HSL23.74º40.44%55.88%-
HSV(B)23.74º48.4%73.73%-
XYZ31.2828.3315.13-
YUV145.34100.72158.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=44.98%
G=31.82%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881339700.290.480.2623.7440.4455.88
HexBC856101D301A182838
Octal2742051410356032305070
Binary101111001000010111000010111011100001101011000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8561; }

 p { color: rgb(188,133,97); }

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

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

 a { background-color: rgb(188,133,97); }

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

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

 span { border-color: rgb(188,133,97); }

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