#BC9058

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

Shades of Twine #BC9058

Tints of Twine #BC9058

Color information

#BC9058 (or 0xBC9058) is unknown color: approx Twine. HEX triplet: BC, 90 and 58. RGB value is (188,144,88). Sum of RGB (Red+Green+Blue) = 188+144+88=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9058 is #436FA7. Grayscale: #979797. Windows color (decimal): -4419496 or 5804220. OLE color: 5804220.

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

Color convert

RGB18814488-
CMYK00.230.530.26
HSL33.6º42.74%54.12%-
HSV(B)33.6º53.19%73.73%-
XYZ32.4731.3413.57-
YUV150.7792.58154.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 144 (56.64% from 255) = 34.29%
BLUE value IS 88 (34.77% from 255) = 20.95%
R=44.76%
G=34.29%
B=20.95%

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
Decimal1881448800.230.530.2633.642.7454.12
HexBC9058017351A222b36
Octal2742201300276532425366
Binary1011110010010000101100001011111010111010100010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9058; }

 p { color: rgb(188,144,88); }

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

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

 a { background-color: rgb(188,144,88); }

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

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

 span { border-color: rgb(188,144,88); }

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