#BC9156

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

Shades of Twine #BC9156

Tints of Twine #BC9156

Color information

#BC9156 (or 0xBC9156) is unknown color: approx Twine. HEX triplet: BC, 91 and 56. RGB value is (188,145,86). Sum of RGB (Red+Green+Blue) = 188+145+86=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9156 is #436EA9. Grayscale: #979797. Windows color (decimal): -4419242 or 5673404. OLE color: 5673404.

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

Color convert

RGB18814586-
CMYK00.230.540.26
HSL34.71º43.22%53.73%-
HSV(B)34.71º54.26%73.73%-
XYZ32.5431.6113.19-
YUV151.1391.25154.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.87%
GREEN value IS 145 (57.03% from 255) = 34.61%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=44.87%
G=34.61%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881458600.230.540.2634.7143.2253.73
HexBC9156017361A232b36
Octal2742211260276632435366
Binary1011110010010001101011001011111011011010100011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9156; }

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

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

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

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

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

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

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

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