#BC9159

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

Shades of Twine #BC9159

Tints of Twine #BC9159

Color information

#BC9159 (or 0xBC9159) is unknown color: approx Twine. HEX triplet: BC, 91 and 59. RGB value is (188,145,89). Sum of RGB (Red+Green+Blue) = 188+145+89=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9159 is #436EA6. Grayscale: #979797. Windows color (decimal): -4419239 or 5870012. OLE color: 5870012.

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

Color convert

RGB18814589-
CMYK00.230.530.26
HSL33.94º42.49%54.31%-
HSV(B)33.94º52.66%73.73%-
XYZ32.6731.6613.84-
YUV151.4792.75154.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.55%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=44.55%
G=34.36%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881458900.230.530.2633.9442.4954.31
HexBC9159017351A222a36
Octal2742211310276532425266
Binary1011110010010001101100101011111010111010100010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9159; }

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

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

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

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

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

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

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

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