#BC8251

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

Shades of Twine #BC8251

Tints of Twine #BC8251

Color information

#BC8251 (or 0xBC8251) is unknown color: approx Twine. HEX triplet: BC, 82 and 51. RGB value is (188,130,81). Sum of RGB (Red+Green+Blue) = 188+130+81=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8251 is #437DAE. Grayscale: #8E8E8E. Windows color (decimal): -4423087 or 5341884. OLE color: 5341884.

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

Color convert

RGB18813081-
CMYK00.310.570.26
HSL27.48º44.4%52.75%-
HSV(B)27.48º56.91%73.73%-
XYZ30.2127.2511.45-
YUV141.7693.72160.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 81 (32.03% from 255) = 20.30%
R=47.12%
G=32.58%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881308100.310.570.2627.4844.452.75
HexBC825101F391A1b2c35
Octal2742021210377132335465
Binary101111001000001010100010111111110011101011011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8251; }

 p { color: rgb(188,130,81); }

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

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

 a { background-color: rgb(188,130,81); }

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

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

 span { border-color: rgb(188,130,81); }

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