#BC844F

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

Shades of Twine #BC844F

Tints of Twine #BC844F

Color information

#BC844F (or 0xBC844F) is unknown color: approx Twine. HEX triplet: BC, 84 and 4F. RGB value is (188,132,79). Sum of RGB (Red+Green+Blue) = 188+132+79=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC844F is #437BB0. Grayscale: #8E8E8E. Windows color (decimal): -4422577 or 5211324. OLE color: 5211324.

HSL color Cylindrical-coordinate representation of color #BC844F: hue angle of 29.17º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC844F is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18813279-
CMYK00.300.580.26
HSL29.17º44.86%52.35%-
HSV(B)29.17º57.98%73.73%-
XYZ30.427.7611.15-
YUV142.792.05160.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 79 (31.25% from 255) = 19.80%
R=47.12%
G=33.08%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881327900.300.580.2629.1744.8652.35
HexBC844F01E3A1A1d2d34
Octal2742041170367232355564
Binary101111001000010010011110111101110101101011101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC844F; }

 p { color: rgb(188,132,79); }

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

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

 a { background-color: rgb(188,132,79); }

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

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

 span { border-color: rgb(188,132,79); }

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