#BC9359

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

Shades of Twine #BC9359

Tints of Twine #BC9359

Color information

#BC9359 (or 0xBC9359) is unknown color: approx Twine. HEX triplet: BC, 93 and 59. RGB value is (188,147,89). Sum of RGB (Red+Green+Blue) = 188+147+89=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9359 is #436CA6. Grayscale: #989898. Windows color (decimal): -4418727 or 5870524. OLE color: 5870524.

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

Color convert

RGB18814789-
CMYK00.220.530.26
HSL35.15º42.49%54.31%-
HSV(B)35.15º52.66%73.73%-
XYZ32.9832.2813.94-
YUV152.6592.08153.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 147 (57.81% from 255) = 34.67%
BLUE value IS 89 (35.16% from 255) = 20.99%
R=44.34%
G=34.67%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881478900.220.530.2635.1542.4954.31
HexBC9359016351A232a36
Octal2742231310266532435266
Binary1011110010010011101100101011011010111010100011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9359; }

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

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

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

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

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

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

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

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