#BC9357

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

Shades of Twine #BC9357

Tints of Twine #BC9357

Color information

#BC9357 (or 0xBC9357) is unknown color: approx Twine. HEX triplet: BC, 93 and 57. RGB value is (188,147,87). Sum of RGB (Red+Green+Blue) = 188+147+87=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9357 is #436CA8. Grayscale: #989898. Windows color (decimal): -4418729 or 5739452. OLE color: 5739452.

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

Color convert

RGB18814787-
CMYK00.220.540.26
HSL35.64º42.98%53.92%-
HSV(B)35.64º53.72%73.73%-
XYZ32.8932.2513.51-
YUV152.4291.08153.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 87 (34.38% from 255) = 20.62%
R=44.55%
G=34.83%
B=20.62%

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
Decimal1881478700.220.540.2635.6442.9853.92
HexBC9357016361A242b36
Octal2742231270266632445366
Binary1011110010010011101011101011011011011010100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9357; }

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

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

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

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

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

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

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

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