#BC8D54

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

Shades of Twine #BC8D54

Tints of Twine #BC8D54

Color information

#BC8D54 (or 0xBC8D54) is unknown color: approx Twine. HEX triplet: BC, 8D and 54. RGB value is (188,141,84). Sum of RGB (Red+Green+Blue) = 188+141+84=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 84 (33.20% from 255 or 20.34% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D54 is #4372AB. Grayscale: #949494. Windows color (decimal): -4420268 or 5541308. OLE color: 5541308.

HSL color Cylindrical-coordinate representation of color #BC8D54: hue angle of 32.88º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC8D54 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB18814184-
CMYK00.250.550.26
HSL32.88º43.7%53.33%-
HSV(B)32.88º55.32%73.73%-
XYZ31.8630.3812.57-
YUV148.5591.57156.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 84 (33.20% from 255) = 20.34%
R=45.52%
G=34.14%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881418400.250.550.2632.8843.753.33
HexBC8D54019371A212c35
Octal2742151240316732415465
Binary1011110010001101101010001100111011111010100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D54; }

 p { color: rgb(188,141,84); }

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

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

 a { background-color: rgb(188,141,84); }

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

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

 span { border-color: rgb(188,141,84); }

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