#BC905E

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

Shades of Twine #BC905E

Tints of Twine #BC905E

Color information

#BC905E (or 0xBC905E) is unknown color: approx Twine. HEX triplet: BC, 90 and 5E. RGB value is (188,144,94). Sum of RGB (Red+Green+Blue) = 188+144+94=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC905E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC905E is #436FA1. Grayscale: #979797. Windows color (decimal): -4419490 or 6197436. OLE color: 6197436.

HSL color Cylindrical-coordinate representation of color #BC905E: hue angle of 31.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC905E is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18814494-
CMYK00.230.500.26
HSL31.91º41.23%55.29%-
HSV(B)31.91º50%73.73%-
XYZ32.7331.4514.93-
YUV151.4695.58154.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=44.13%
G=33.80%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881449400.230.500.2631.9141.2355.29
HexBC905E017321A202937
Octal2742201360276232405167
Binary1011110010010000101111001011111001011010100000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC905E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC905E; }

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

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

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

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

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

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

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

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