#BC8C52

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

Shades of Twine #BC8C52

Tints of Twine #BC8C52

Color information

#BC8C52 (or 0xBC8C52) is unknown color: approx Twine. HEX triplet: BC, 8C and 52. RGB value is (188,140,82). Sum of RGB (Red+Green+Blue) = 188+140+82=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C52 is #4373AD. Grayscale: #949494. Windows color (decimal): -4420526 or 5409980. OLE color: 5409980.

HSL color Cylindrical-coordinate representation of color #BC8C52: hue angle of 32.83º 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 #BC8C52 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18814082-
CMYK00.260.560.26
HSL32.83º44.17%52.94%-
HSV(B)32.83º56.38%73.73%-
XYZ31.6430.0612.12-
YUV147.7490.9156.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 82 (32.42% from 255) = 20%
R=45.85%
G=34.15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881408200.260.560.2632.8344.1752.94
HexBC8C5201A381A212c35
Octal2742141220327032415465
Binary1011110010001100101001001101011100011010100001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C52; }

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

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

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

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

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

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

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

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