#BC8351

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

Shades of Twine #BC8351

Tints of Twine #BC8351

Color information

#BC8351 (or 0xBC8351) is unknown color: approx Twine. HEX triplet: BC, 83 and 51. RGB value is (188,131,81). Sum of RGB (Red+Green+Blue) = 188+131+81=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8351 is #437CAE. Grayscale: #8E8E8E. Windows color (decimal): -4422831 or 5342140. OLE color: 5342140.

HSL color Cylindrical-coordinate representation of color #BC8351: hue angle of 28.04º 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 #BC8351 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18813181-
CMYK00.300.570.26
HSL28.04º44.4%52.75%-
HSV(B)28.04º56.91%73.73%-
XYZ30.3427.5211.5-
YUV142.3493.38160.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 131 (51.56% from 255) = 32.75%
BLUE value IS 81 (32.03% from 255) = 20.25%
R=47%
G=32.75%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881318100.300.570.2628.0444.452.75
HexBC835101E391A1c2c35
Octal2742031210367132345465
Binary101111001000001110100010111101110011101011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8351; }

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

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

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

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

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

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

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

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