#BC8D52

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

Shades of Twine #BC8D52

Tints of Twine #BC8D52

Color information

#BC8D52 (or 0xBC8D52) is unknown color: approx Twine. HEX triplet: BC, 8D and 52. RGB value is (188,141,82). Sum of RGB (Red+Green+Blue) = 188+141+82=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D52 is #4372AD. Grayscale: #949494. Windows color (decimal): -4420270 or 5410236. OLE color: 5410236.

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

Color convert

RGB18814182-
CMYK00.250.560.26
HSL33.4º44.17%52.94%-
HSV(B)33.4º56.38%73.73%-
XYZ31.7930.3512.17-
YUV148.3390.57156.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=45.74%
G=34.31%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881418200.250.560.2633.444.1752.94
HexBC8D52019381A212c35
Octal2742151220317032415465
Binary1011110010001101101001001100111100011010100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D52; }

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

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

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

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

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

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

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

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