#BC9356

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

Shades of Twine #BC9356

Tints of Twine #BC9356

Color information

#BC9356 (or 0xBC9356) is unknown color: approx Twine. HEX triplet: BC, 93 and 56. RGB value is (188,147,86). Sum of RGB (Red+Green+Blue) = 188+147+86=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 86 (33.98% from 255 or 20.43% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9356 is #436CA9. Grayscale: #989898. Windows color (decimal): -4418730 or 5673916. OLE color: 5673916.

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

Color convert

RGB18814786-
CMYK00.220.540.26
HSL35.88º43.22%53.73%-
HSV(B)35.88º54.26%73.73%-
XYZ32.8532.2313.29-
YUV152.390.58153.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 86 (33.98% from 255) = 20.43%
R=44.66%
G=34.92%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881478600.220.540.2635.8843.2253.73
HexBC9356016361A242b36
Octal2742231260266632445366
Binary1011110010010011101011001011011011011010100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9356; }

 p { color: rgb(188,147,86); }

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

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

 a { background-color: rgb(188,147,86); }

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

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

 span { border-color: rgb(188,147,86); }

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